In our cluster there are currently three hosts with four 3.84TB RI OSDs each.
I want to replace the four OSDs with 3.2TB MU SSDs, eventually adding a fifth OSD (later on).
Currently there is only around 2.2TB used per OSD so this should work.
CEPH version is 19.2.3-pve2, pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-2-pve)
There is a procedure from the CEPH documentation which I'd like to follow (Replace OSD), see https://docs.ceph.com/en/latest/rados/operations/add-or-rm-osds/
Unfortunately the instructions seem to be somehow incomplete.
That command will return always "EBUSY":
Which is to be expected since the OSD is still "up" and "in".
I feel like these instructions miss taking the OSD down.
Obviously I'd like to set some cluster flags like noout, norebalance, nobackfill to avoid unnecessary load.
Searching the forum I can find some posts talking about that issue but it seems none of them use the "official" documented method.
Any hints from a CEPH "white-beard" are greatly appreciated!
I don't want toCRUSH crash my storage cluster ;-)
Thanks!
I want to replace the four OSDs with 3.2TB MU SSDs, eventually adding a fifth OSD (later on).
Currently there is only around 2.2TB used per OSD so this should work.
CEPH version is 19.2.3-pve2, pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-2-pve)
There is a procedure from the CEPH documentation which I'd like to follow (Replace OSD), see https://docs.ceph.com/en/latest/rados/operations/add-or-rm-osds/
Unfortunately the instructions seem to be somehow incomplete.
That command will return always "EBUSY":
ceph osd safe-to-destroy osd.10
Which is to be expected since the OSD is still "up" and "in".
I feel like these instructions miss taking the OSD down.
Obviously I'd like to set some cluster flags like noout, norebalance, nobackfill to avoid unnecessary load.
Searching the forum I can find some posts talking about that issue but it seems none of them use the "official" documented method.
Any hints from a CEPH "white-beard" are greatly appreciated!
I don't want to
Thanks!