[ceph-users] Re: How to trigger scrubbing in Ceph on-demand ?

2023-10-18 Thread Jayjeet Chakraborty
Hi all, Just checking if someone had a chance to go through the scrub trigger issue above. Thanks. Best Regards, *Jayjeet Chakraborty* Ph.D. Student Department of Computer Science and Engineering University of California, Santa Cruz *Email: jayje...@ucsc.edu * On Mon, Oct 16, 2023 at 9:01 PM Ja

[ceph-users] Re: How to trigger scrubbing in Ceph on-demand ?

2023-10-18 Thread Reto Gysi
Hi I haven't updated to reef yet. I've tried this on quincy. # create a testfile on cephfs.rgysi.data pool root@zephir:/home/rgysi/misc# echo cephtest123 > cephtest.txt #list inode of new file root@zephir:/home/rgysi/misc# ls -i cephtest.txt 1099518867574 cephtest.txt convert inode value to hex

[ceph-users] Re: How to trigger scrubbing in Ceph on-demand ?

2023-10-25 Thread Jayjeet Chakraborty
Hi Reto, Thanks a lot for the instructions. I tried the same, but still couldn't trigger scrubbing deterministically. The first time I initiated scrubbing, I saw scrubbing status in ceph -s, but for subsequent times, I didn't see any scrubbing status. Do you know what might be going on potentially

[ceph-users] Re: How to trigger scrubbing in Ceph on-demand ?

2023-10-26 Thread Joe Comeau
Don't know if this will help you But we do all our scrubbing manually with cron tasks always the oldest non-scrubbed pg And to check on scrubbing we use this - which reports the current active scrubbing process ceph pg ls scrubbing | sort -k18 -k19 | head -n 20 for us a scrub is 5 minutes +/- ma