Hi, October 24 2014 5:28 PM, "HURTEVENT VINCENT" <[email protected]> wrote: > Hello, > > I was running a multi mon (3) Ceph cluster and in a migration move, I > reinstall 2 of the 3 monitors > nodes without deleting them properly into the cluster. > > So, there is only one monitor left which is stuck in probing phase and the > cluster is down. > > As I can only connect to mon socket, I don't how if it's possible to add a > monitor, get and edit > monmap. > > This cluster is running Ceph version 0.67.1. > > Is there a way to force my last monitor into a leader state or re build a > lost monitor to pass the > probe and election phases ?
Did you already try to remake one of the lost monitors? Assuming your ceph.conf has the addresses of the mons, and the keyrings are in place, maybe this will work: ceph-mon --mkfs -i <previous name> then start the process? I've never been in this situation before, so I don't know if it will work. Cheers, Dan _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
