From: Radoslaw Zarzynski Date: Thu, 27 Feb 2020 15:50:58 +0000 (+0100) Subject: doc/dev/log_based_pg.rst: fix names of configurables. X-Git-Tag: v16.0.0~57^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4ec060ad550ee45c9035151b219a9ecf718d6da;p=ceph.git doc/dev/log_based_pg.rst: fix names of configurables. Signed-off-by: Radoslaw Zarzynski --- diff --git a/doc/dev/osd_internals/log_based_pg.rst b/doc/dev/osd_internals/log_based_pg.rst index a1e275391511..317331821944 100644 --- a/doc/dev/osd_internals/log_based_pg.rst +++ b/doc/dev/osd_internals/log_based_pg.rst @@ -37,7 +37,7 @@ operations extending back at least far enough to include any *unstable* writes (writes which have been started but not committed) and objects which aren't uptodate locally (see recovery and backfill). In practice, the log will extend much further -(osd_pg_min_log_entries when clean, osd_pg_max_log_entries when not +(osd_min_pg_log_entries when clean, osd_max_pg_log_entries when not clean) because it's handy for quickly performing recovery. Using this log, as long as we talk to a non-empty subset of the OSDs