[#1294] docs: Fix description of shard switching mode #1645

Open
achuprov wants to merge 1 commit from achuprov/frostfs-node:bugfix/fix_shard_docs into master

View file

@ -51,7 +51,7 @@ However, all mode changing operations are idempotent.
## Automatic mode changes
Shard can automatically switch to a `degraded-read-only` mode in 3 cases:
Shard can automatically switch to a `read-only` mode in 3 cases:
1. If the metabase was not available or couldn't be opened/initialized during shard startup.
Review

That's not true for 1.

That's not true for 1.
2. If shard error counter exceeds threshold.
3. If the metabase couldn't be reopened during SIGHUP handling.