Hello, i'm using ceph jewel. I would like to schedule the deep scrub operations on my own. First of all, i have tried to change the interval value for 30 days: In each /etc/ceph/ceph.conf, i have added:
[osd] #30*24*3600 osd deep scrub interval = 2592000 I have restarted all the OSD daemons. The new value has been taken into account as for each OSD: ceph --admin-daemon /var/run/ceph/ceph-osd.X.asok config show | grep deep_scrub_interval "osd_deep_scrub_interval": "2.592e+06", I have checked the last_deep_scrub value for each pg with ceph pg dump And each pg has been deep scrubbed during the last 7 days (which is the default behavior). Since i have made the changes 2 days ago, it keeps on deep scrubbing. Do i miss something? Thanks.
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com