]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: pglog_hardlimit flag recommendations 25949/head
authorNeha Ojha <nojha@redhat.com>
Fri, 18 Jan 2019 19:01:18 +0000 (14:01 -0500)
committerNeha Ojha <nojha@redhat.com>
Fri, 18 Jan 2019 19:07:03 +0000 (14:07 -0500)
Signed-off-by: Neha Ojha <nojha@redhat.com>
PendingReleaseNotes

index ea59be4ab1b3760fd69ccd37b016a08ffdd2ee10..b75c79fb115a3178d29c3b3321ce0c1513eeda0a 100644 (file)
   are configurable via `ceph fs set`. The MDS config options
   mds_session_timeout, mds_session_autoclose, and mds_max_file_size are now
   obsolete.
+
+* This release fixes the pg log hard limit bug(https://tracker.ceph.com/issues/23979).
+  A flag called pglog_hardlimit has been introduced. It is off by default.
+  This flag enables the feature that limits the length of the pg log. Users should run
+  'ceph osd set pglog_hardlimit' after completely upgrading to 12.2.11. Once all the OSDs
+  have this flag set, the length of the pg log will be capped by a hard limit. We do not
+  recommend unsetting this flag beyond this point.