Ceph - force scrub and deep scrub
1 | ceph health detail | grep "not scrubbed since" | awk '{ print $2 }' | xargs --no-run-if-empty -n1 ceph pg scrub ; \ |
Recommendations
Recommendations
1 | ceph health detail | grep "not scrubbed since" | awk '{ print $2 }' | xargs --no-run-if-empty -n1 ceph pg scrub ; \ |