On Thu, Feb 25, 2021 at 08:58:01PM +0100, Janek Bevendorff wrote: > On the first MON, the command doesn’t even return, but I was able to > get a dump from the one I restarted most recently. The oldest ops > look like this: > > { > "description": "log(1000 entries from seq 17876238 at 2021-02-25T15:13:20.306487+0100)", > "initiated_at": "2021-02-25T20:40:34.698932+0100", > "age": 183.762551121, > "duration": 183.762599201, The mon stores cluster log messages in the mon db. You mentioned problems with osds flooding with log messages. It looks like related. If you still observe the db growth you may try temporarily disable clog_to_monitors, i.e. set for all osds: clog_to_monitors = false And see if it stops growing after this and if it helps with the slow ops (it might make sense to restar mons if some look like get stuck). You can apply the config option on the fly (without restarting the osds, e.g with injectargs), but when re-enabling back you will have to restart the osds to avoid crashes due to this bug [1]. [1] https://tracker.ceph.com/issues/48946 -- Mykola Golub _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx