]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: log snaptrim message to dout 42460/head
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Fri, 23 Jul 2021 07:27:00 +0000 (09:27 +0200)
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Fri, 23 Jul 2021 07:32:21 +0000 (09:32 +0200)
commite2b2faef11c18df6c2f1f083d32d279e51b63e82
treeba0460a5b3d78d95bdff6ae49ad2ecad8cdc7b17
parentade690b549c57d0cab8903227bdf984c3772b774
osd: log snaptrim message to dout

This log message is not an error and is done on every tick of the
snaptrim process. Replace the derr logging to dout(10) to not log it
by default.

Fixes: https://tracker.ceph.com/issues/51799
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
src/osd/PrimaryLogPG.cc