Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Mark Kirkwood
...however, deploying a 2nd mgr myself - I see that it does *not* show up in 'ceph -s' either. However it is working - if I stop the mgr on ceph1, after a bit I see: $ sudo ceph -s ... services: mon: 1 daemons, quorum ceph1 mgr: ceph2(active) osd: 8 osds: 8 up, 8 in but even

Re: [ceph-users] Long OSD restart after upgrade to 10.2.9

2017-07-23 Thread Anton Dmitriev
This problem occurs not only on my cluster, but also on some others. It there any workaround for it? How I can disable leveldb compact on every OSD start, except "leveldb_compact_on_mount": "false"? In my opinion this option does not work correctly in 10.2.9. On 19.07.2017 09:12, Anton

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Mark Kirkwood
Roger, I'm looking at http://docs.ceph.com/docs/master/start/quick-ceph-deploy/#adding-managers , which suggests that they work in an active/standby manner - so only seeing one active may be expected. regards Mark On 24/07/17 14:13, Roger Brown wrote: Mark, Thank you for steering me in

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Roger Brown
Mark, Thank you for steering me in the right direction! After fixing the bad key in /var/lib/ceph/bootstrap-mgr/ceph.keyring at what will be the mgr hosts, I updated the caps and then was able to deploy mgr successfully. Curiously, `ceph -s` shows only one of the three mgr deployed as running.

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Mark Kirkwood
Ahhh - probably my fault that, sorry. Where I have: $ sudo ceph auth get-or-create client.bootstrap-mgr mon 'allow profile bootstrap-mgr' I should have: $ sudo ceph auth get-or-create client.bootstrap-mgr mon 'allow profile bootstrap-mgr' > /var/lib/ceph/bootstrap-mgr/ceph.keyring or

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Roger Brown
Looks like that also had the same bad key... roger@nuc1:~$ sudo cat /var/lib/ceph/bootstrap-mgr/ceph.keyring [client.bootstrap-mgr] key = caps mon = "allow profile bootstrap-mgr" On Sun, Jul 23, 2017 at 5:16 PM Mark Kirkwood wrote: > Hmmm, not

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Mark Kirkwood
Hmmm, not seen that here. From the error message it does not seem to like /var/lib/ceph/bootstrap-mgr/ceph.keyring - what does the contents of that look like? regards Mark On 24/07/17 03:09, Roger Brown wrote: Mark, Thanks for that information. I can't seem to deploy ceph-mgr either. I

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Oscar Segarra
Thanks a lot for your comments. In the end, I have reinstalled the system. Now, it is working perfectly but mgr dashboard looks having lot of bugs... El 23 jul. 2017 5:10 p. m., "Roger Brown" escribió: > Mark, > > Thanks for that information. I can't seem to deploy

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Roger Brown
Mark, Thanks for that information. I can't seem to deploy ceph-mgr either. I also have the busted mgr bootstrap key. I attempted the suggested fix, but my issue may be different somehow. Complete output follows. -Roger roger@desktop:~$ ceph-deploy --version 1.5.38 roger@desktop:~$ ceph mon

[ceph-users] Restore RBD image

2017-07-23 Thread Martin Wittwer
Hi list I have a big problem: I had to resize a RBD image from 100G to 150G. So I used rbd resize --size 150G volume01 to resize. Because of a bad internet connection I was cicked from the server a few seconds after the start of the resize. Now the image has a size of only 205M! I now need

Re: [ceph-users] Luminous: ceph mgr crate error - mon disconnected

2017-07-23 Thread Mark Kirkwood
On 22/07/17 23:50, Oscar Segarra wrote: Hi, I have upgraded from kraken version with a simple "yum upgrade command". Later the upgrade, I'd like to deploy the mgr daemon on one node of my ceph infrastrucute. But, for any reason, It gets stuck! Let's see the complete set of commands: