]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: log snaptrim message to dout 42482/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:55:40 +0000 (08:55 +0200)
commit5568d12d968aba76fec3e1cdbb8610e796c3d89c
tree20a85e84ce093902a294d58c690ff8f5f275489a
parentc6a1fa5a5e06fd971d97a2404f2b028c091eb255
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