Signed-off-by: Greg Farnum <gfarnum@redhat.com>
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.