]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: discuss snap trim improvements 14813/head
authorGreg Farnum <gfarnum@redhat.com>
Mon, 17 Apr 2017 21:32:38 +0000 (14:32 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Wed, 26 Apr 2017 18:26:41 +0000 (11:26 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
PendingReleaseNotes

index 01367280b483e02ccb00e3042df2540eca917829..33f960e9be991fbaa04163a443e4f735d116b4d5 100644 (file)
   before::
 
      ceph osd rm osd.123
+
+* This release greatly improves control and throttling of the snap trimmer. It
+  introduces the "osd max trimming pgs" option (defaulting to 2), which limits
+  how many PGs on an OSD can be trimming snapshots at a time. And it restores
+  the safe use of the "osd snap trim sleep" option, wihch defaults to 0 but
+  otherwise adds the given number of seconds in delay between every dispatch
+  of trim operations to the underlying system.