Add a note about pg_minsize

This commit is contained in:
Vitaliy Filippov
2024-02-15 23:38:52 +03:00
parent 8389c0f33b
commit f6cd9f9153
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -154,6 +154,9 @@ That is, if it becomes impossible to place PG data on at least (pg_minsize)
OSDs, PG is deactivated for both read and write. So you know that a fresh
write always goes to at least (pg_minsize) OSDs (disks).
That is, pg_size minus pg_minsize sets the number of disk failures to tolerate
without temporary downtime (for [osd_out_time](monitor.en.md#osd_out_time)).
FIXME: pg_minsize behaviour may be changed in the future to only make PGs
read-only instead of deactivating them.