Project

General

Profile

Actions

Bug #8978

closed

ceph ping not working as expected

Added by Eric Eastman almost 10 years ago. Updated over 9 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Reading the doc: http://ceph.com/docs/master/rados/troubleshooting/troubleshooting-mon/

I came across command: ceph ping

Trying the command does not give me anything but error messages:

ceph ping mon.0
Error connecting to cluster: ObjectNotFound

ceph ping mon.1
Error connecting to cluster: ObjectNotFound

Trying it without an option
ceph ping
"ping" requires a monitor name as argument: "ping mon.<id>"

Try the monitor name for the <id>
ceph ping mon.t11
Error connecting to cluster: ObjectNotFound

Maybe just the name
ceph ping t11
"ping" expects a monitor to ping; try "ping mon.<id>"

My cluster status shows

ceph -s
cluster 4488a472-e2f0-11e3-9a32-001e0b4843b4
health HEALTH_OK
monmap e1: 3 mons at {t10=172.16.30.10:6789/0,t11=172.16.30.11:6789/0,t12=172.16.30.12:6789/0}, election epoch 8, quorum 0,1,2 t10,t11,t12
osdmap e85: 9 osds: 9 up, 9 in
pgmap v5315: 192 pgs, 3 pools, 5000 MB data, 1253 objects
15395 MB used, 335 GB / 350 GB avail
192 active+clean
client io 14510 kB/s rd, 116 op/s

ceph --version
ceph version 0.80.5 (38b73c67d375a2552d8ed67843c8a65c2c0feba6)

Actions

Also available in: Atom PDF