Is this the correct way to removes OSDs, or am I doing something wrong ?
Generic way for maintenance (e.g. disk replace) is rebalance by change osd weight:


ceph osd crush reweight osdid 0

cluster migrate data "from this osd"


When HEALTH_OK you can safe remove this OSD:

ceph osd out osd_id
systemctl stop ceph-osd@osd_id
ceph osd crush remove osd_id
ceph auth del osd_id
ceph osd rm osd_id



k

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to