Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Replace management node when 2 of 3 node down

Pages: 1 2

you can view that nodes are up in the consul cluster with

consul members

you can see the fencing config value from

consul kv get --recurse PetaSAN/Config/Maintenance

maybe easier than switch off fencing is to stop any iSCSI disks stored in consul when it crashed

consul kv delete --recurse PetaSAN/Disks

Thanks!

The problem was that the consul contained information about discs that did not actually exist. I removed non -existent discs from the consul. The nodes stopped turning off.

One more question:

During the procedure of node replace, the Master notified that the discs on the replaced Node would return to the cluster and will function. But that did not happen. OSDs in down state. Directory /var/lib/ceph/osd is empty.

Is there a way to return the OSD to the cluster without redeploy it?

Update:
OSD earned after a while! Everything is fine!

Pages: 1 2