On 04/25/2017 03:52 AM, Henry Ngo wrote:
Anyone?

On Sat, Apr 22, 2017 at 12:33 PM, Henry Ngo <henry....@phazr.io
<mailto:henry....@phazr.io>> wrote:

    I followed the install doc however after deploying the monitor, the
    doc states to start the mon using Upstart. I learned through digging
    around that the Upstart package is not installed using Make Install
    so it won't work. I tried running "ceph-mon -i [host]" and it gives
    an error. Any ideas?

    http://paste.openstack.org/show/607588/
    <http://paste.openstack.org/show/607588/>


From `ps`, you have

  cephadm+  1501     1  0 12:12 pts/0    00:00:00 ceph-mon -i node2

The monitor is already running.

The error you get,

IO error: lock /var/lib/ceph/mon/ceph-node2/store.db/LOCK: Resource temporarily unavailable

is because the monitor is running and already holds the store lock, hence why you can't start a monitor with the same id.

  -Joao
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to