Project

General

Profile

Actions

Feature #3712

open

Ceph Commands should provide appropriate responses, when Ceph Service is not running.

Added by Anonymous over 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

When ceph service is not running, running other ceph command should give a response that makes sense instead of just looks like it's hanging.

Tested version: ceph version 0.48.2argonaut

root@ceph1:/etc/ceph# sudo service ceph -a stop === mon.a ===
Stopping Ceph mon.a on ceph1...kill 32563...done === mds.a ===
Stopping Ceph mds.a on ceph1...kill 32626...done === osd.0 ===
Stopping Ceph osd.0 on ceph1...kill 32707...done === osd.1 ===
Stopping Ceph osd.1 on ceph1...done
root@ceph1:/etc/ceph#
root@ceph1:/etc/ceph#
root@ceph1:/etc/ceph# ceph health
^C
root@ceph1:/etc/ceph# ceph mds stat
^C
root@ceph1:/etc/ceph# ceph mon dump
^C
root@ceph1:/etc/ceph# ceph -s
^C
root@ceph1:/etc/ceph# ceph -v
ceph version 0.48.2argonaut (commit:3e02b2fad88c2a95d9c0c86878f10d1beb780bfe)

No data to display

Actions

Also available in: Atom PDF