I've been wrestling with this issue for over a month now, and I cant seem to get past it.
I have two pgs that havent been scrubbed since June:
performing ceph pg query shows
but never actually executes. My google-fu clearly has failed me as I'm not able to get past this, and the time just keeps ticking by. Any ideas?
I have two pgs that havent been scrubbed since June:
Code:
$ ceph health detail | grep "not scrubbed since 2024-06"
pg 17.3dc not scrubbed since 2024-06-01T20:46:29.042727-0700
pg 17.137 not scrubbed since 2024-06-23T02:50:12.630983-0700
performing ceph pg query shows
Code:
"scrubber": {
"active": false,
"must_scrub": true,
"must_deep_scrub": false,
"must_repair": false,
"need_auto": false,
"scrub_reg_stamp": "1.000000",
"schedule": "queued for deep scrub"
},
but never actually executes. My google-fu clearly has failed me as I'm not able to get past this, and the time just keeps ticking by. Any ideas?