]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Increase log level for listing missing list
authorBill Scales <bill_scales@uk.ibm.com>
Fri, 21 Nov 2025 10:25:48 +0000 (10:25 +0000)
committerBill Scales <bill_scales@uk.ibm.com>
Thu, 27 Nov 2025 07:45:07 +0000 (07:45 +0000)
commitc0c02d747a7ce4fdd5c610828eb67af72f88e831
treeccdf75f228547fcba65c20e593e51b14a515e4aa
parent7264ee9e434e155bdabbc4540d0f7df531acfc79
osd: Increase log level for listing missing list

Logging the entire contents of a missing list can generate a
1M character log line when there are 8000 missing objects in a
PG. Other places in the code logging the missing list use debug
level 25 which is not enabled by default in teuthology tests.

Signed-off-by: Bill Scales <bill_scales@uk.ibm.com>
src/osd/PrimaryLogPG.cc