On Tue, Apr 29, 2014 at 3:28 PM, Marc <[email protected]> wrote: > Thank you for the help so far! I went for option 1 and that did solve > that problem. However quorum has not been restored. Here's the > information I can get: > > mon a+b are in state Electing and have been for more than 2 hours now. > mon c does reply to "help" by using the socket, but it does not respond > to mon_status nor sync_status (even though help lists them, so they > should be available). The logs of mon.c show a loop that contains > > peer paxos version 15329444 vs my version 0 (too far ahead)
Yeah, "version 0" means the store got entirely reset somehow. You're going to need to either manually copy an existing monitor into the right location, or edit the monmaps on the existing monitors so they believe they're the only two, and then add a new monitor in the third location using the standard tooling for that. (The second might be easier to find.) -Greg Software Engineer #42 @ http://inktank.com | http://ceph.com _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
