I've just taken a look into the update procedure and discoverd that device_health_metrics will be renamed to .mgr
sadly I have all osds in that pool instead of a seperate pool.
ceph osd lspools
1 device_health_metrics
ceph osd pool create rbd 256 256 replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 256 pgp_num 256 autoscale_mode on hashpspool selfmanaged_snaps stripe_width 0 pg_num_min 1 application mgr_devicehealth
rados -p device_health_metrics ls | grep vm- | xargs -I% rados -p device_health_metrics mv % rbd
Am I correct?
sadly I have all osds in that pool instead of a seperate pool.
ceph osd lspools
1 device_health_metrics
ceph osd pool create rbd 256 256 replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 256 pgp_num 256 autoscale_mode on hashpspool selfmanaged_snaps stripe_width 0 pg_num_min 1 application mgr_devicehealth
rados -p device_health_metrics ls | grep vm- | xargs -I% rados -p device_health_metrics mv % rbd
Am I correct?
Last edited: