Re: [ceph-users] Monitor Recovery

2018-10-24 Thread John Petrini
Thanks Wido. That seems to have worked. I just had to pass the keyring and monmap when calling mkfs. I saved the keyring from the monitors data directory and used that, then I obtained the monmap using ceph mon getmap -o /var/tmp/monmap. After starting the monitor it synchronized and recreated the

Re: [ceph-users] Monitor Recovery

2018-10-23 Thread Wido den Hollander
On 10/24/18 2:22 AM, John Petrini wrote: > Hi List, > > I've got a monitor that won't stay up. It comes up and joins the > cluster but crashes within a couple of minutes with no info in the > logs. At this point I'd prefer to just give up on it and assume it's > in a bad state and recover it fr

Re: [ceph-users] Monitor Recovery

2018-10-23 Thread Martin Verges
Hello John, did you try http://docs.ceph.com/docs/mimic/rados/troubleshooting/troubleshooting-mon/#preparing-your-logs ? At this point I'd prefer to just give up on it and assume it's in a bad > state and recover it from the working monitors. What's the best way to go > about this? As long as

Re: [ceph-users] Monitor Recovery

2018-10-23 Thread Bastiaan Visser
are you using ceph-deploy? In that case you could do: ceph-deploy mon destroy {host-name [host-name]...} and: ceph-deploy mon create {host-name [host-name]...} te recreate it. - Original Message - From: "John Petrini" To: "ceph-users" Sent: Tuesday, October 23, 2018 8:22:44 PM Subject: