From 196d28e98717e3fc950139fde2f86175650e274a Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 23 Mar 2025 12:00:20 +0300 Subject: [PATCH] Fix typo --- docs/usage/admin.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/admin.en.md b/docs/usage/admin.en.md index c8f77432..c46cf6eb 100644 --- a/docs/usage/admin.en.md +++ b/docs/usage/admin.en.md @@ -41,10 +41,10 @@ PG state always includes exactly 1 of the following base states: are lost than allowed by the pool's redundancy scheme. - All OSDs of some of PG's history records are unavailable, or, for EC pools, less than (pg_size-parity_chunks) OSDs are available in one of the history records. - In other words it means that some data in this PG was written to a such OSD set that + In other words it means that some data in this PG was written to an OSD set such that it's currently impossible to read it back because these OSDs are down. For example, if the pool has pg_size=3 and pg_minsize=1, part of the data may be written only to - 1 OSD. If that exact OSD is lost, PG will become **incomplete**. + 1 OSD. If that exact OSD is lost, PG becomes **incomplete**. - [allow_net_split](../config/osd.en.md#allow_net_split) is disabled (default) and primary OSD of the PG can't connect to some secondary OSDs marked as alive in etcd. I.e. a network partition happened: OSDs can talk to etcd, but not to some other OSDs.