Configuration values mon_warn_not_scrubbed
and
mon_warn_not_deep_scrubbed
have been renamed. They are now
mon_warn_pg_not_scrubbed_ratio
and mon_warn_pg_not_deep_scrubbed_ratio
respectively. This is to clarify that these warnings are related to
pg scrubbing and are a ratio of the related interval. These options
are now enabled by default.
Nautilus 에서부터 아래 옵션 이름 변경
mon_warn_not_scrubbed --> mon_warn_pg_not_scrubbed_ratio
mon_warn_not_deep_scrubbed --> mon_warn_pg_not_deep_scrubbed_ratio
Nautilus 에서부터 기본값이 0에서 0.75로 변경
ceph version 10.2.5 (c461ee19ecbc0c5c330aca20f7392c9a00730367)
# ceph --admin-daemon ceph-mon.mon0-217-20.asok config show |grep deep_scrub
"mon_warn_not_deep_scrubbed": "0",
ceph version 12.2.7 (3ec878d1e53e1aeb47a9f619c49d9e7c0aa384d5) luminous (stable)
# ceph --admin-daemon ceph-mon.mon0-209-20.asok config show |grep deep_scrub
"mon_warn_not_deep_scrubbed": "0",
ceph version 13.2.4 (b10be4d44915a4d78a8e06aa31919e74927b142e) mimic (stable)
# ceph --admin-daemon ceph-mon.mon0-129-20.asok config show |grep deep_scrub
"mon_warn_not_deep_scrubbed": "0",
>> 이름이 변경되면서 기본값이 0.75
ceph version 14.2.10 (b340acf629a010a74d90da5782a2c5fe0b54ac20) nautilus (stable)
# ceph --admin-daemon ceph-mon.KR-RGW01.asok config show |grep deep_scrub
"mon_warn_pg_not_deep_scrubbed_ratio": "0.750000",