Comment 3 for bug 1374160

Revision history for this message
Miroslav Anashkin (manashkin) wrote :

BTW, workaround with node reboot works..
" --pid-file /var/run/ceph/osd.1.pid -c /etc/ceph/ceph.conf --cluster ceph" tail disappeared from the first Ceph process but both Ceph OSD appeared in upstart.
After reboot:

root@node-3:~# ps -ef | grep ceph
root 2824 1 4 20:03 ? 00:00:02 /usr/bin/ceph-osd --cluster=ceph -i 1 -f
root 2949 1 3 20:03 ? 00:00:02 /usr/bin/ceph-osd --cluster=ceph -i 0 -f
root 4579 4447 0 20:04 pts/0 00:00:00 grep --color=auto ceph

root@node-3:~# initctl list | grep ceph
ceph-mds-all-starter stop/waiting
ceph-mds-all start/running
ceph-osd-all start/running
ceph-osd-all-starter stop/waiting
ceph-all start/running
ceph-mon-all start/running
ceph-mon-all-starter stop/waiting
ceph-mon stop/waiting
ceph-create-keys stop/waiting
ceph-osd (ceph/0) start/running, process 2949
ceph-osd (ceph/1) start/running, process 2824
ceph-mds stop/waiting