I've rebooted the server (one of ceph's hosts). Started the cluster, but the osd, that's on the host, which was rebooted is down. The osd's # is 2, so when I try:
sudo /etc/init.d/ceph start osd.2
it shows:
Starting ceph (via systemctl): ceph.service.2
, but:
ceph osd tree
shows, that it's down.
When I try:
sudo start ceph-osd id=2
, it errors out:
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
How can I start that osd?