]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: log snaptrim message to dout 42484/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>
Mon, 26 Jul 2021 06:56:22 +0000 (08:56 +0200)
commitbef1acc8ab5e669c67437220bbdcf664b0b5e924
tree2006d9511aef98bd60ffb132ca4b6c17ffad9f57
parent0f589fd5a12a7ee844fceabe951140b18faf866b
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>
(cherry picked from commit e2b2faef11c18df6c2f1f083d32d279e51b63e82)
src/osd/PrimaryLogPG.cc