How to increment osd_deep_scrub_interval
Hello! I want to increment the interval between deep scrub in all osd. I tryed this but not configured: ceph config set osd.* osd_deep_scrub_interval 1209600 I have 50 osd.. should config every osd? thanks for the support!
Hi, just omit the ".*" from your command: ceph config set osd osd_deep_scrub_interval 1209600 The asterisk (*) can be used for the 'ceph tell command'. Check out the docs [1] for more infos about the runtime configuration. Regards, Eugen [1] https://docs.ceph.com/en/quincy/rados/configuration/ceph-conf/#runtime-chang... Zitat von Jorge JP <jorgejp@outlook.es>:
Hello!
I want to increment the interval between deep scrub in all osd.
I tryed this but not configured:
ceph config set osd.* osd_deep_scrub_interval 1209600
I have 50 osd.. should config every osd?
thanks for the support! _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (2)
-
Eugen Block
-
Jorge JP