Project

General

Profile

Actions

Bug #5489

closed

ceph-deploy: mon destroy throws inappropriate message

Added by Tamilarasi muthamizhan almost 11 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
ceph-deploy
Target version:
-
% Done:

0%

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

Description

I tried to build 3 node cluster using ceph-deploy on centos , but forgot to disable iptables service on one of the nodes and so it was stuck on ceph-create-keys.

soon after i created monitors [using "mon create" command], I tried to destroy the monitor running on the node, on which iptables was disabled and seeing an inappropriate error.

[ubuntu@burnupi05 ceph-deploy]$ ./ceph-deploy mon destroy burnupi21
unparseable JSON monremoveburnupi21Traceback (most recent call last):
  File "./ceph-deploy", line 8, in <module>
    load_entry_point('ceph-deploy==0.1', 'console_scripts', 'ceph-deploy')()
  File "/home/ubuntu/ceph-dep/ceph-deploy/ceph_deploy/cli.py", line 112, in main
    return args.func(args)
  File "/home/ubuntu/ceph-dep/ceph-deploy/ceph_deploy/mon.py", line 238, in mon
    mon_destroy(args)
  File "/home/ubuntu/ceph-dep/ceph-deploy/ceph_deploy/mon.py", line 222, in mon_destroy
    cluster=args.cluster,
  File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/proxy.py", line 255, in <lambda>
    (conn.operator(type_, self, args, kwargs))
  File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/connection.py", line 66, in operator

    return self.send_request(type_, (object, args, kwargs))
  File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 323, in send_request
    return self.__handle(m)
  File "/home/ubuntu/ceph-dep/ceph-deploy/virtualenv/lib/python2.6/site-packages/pushy-0.5.1-py2.6.egg/pushy/protocol/baseconnection.py", line 639, in __handle
    raise e
pushy.protocol.proxy.ExceptionProxy: Command '['sudo', 'ceph', '--cluster=ceph', '-n', 'mon.', '-k', '/var/lib/ceph/mon/ceph-burnupi21/keyring', 'mon', 'remove', 'burnupi21']' returned non-zero exit status 22

we may have to handle this scenario more gracefully.

Actions

Also available in: Atom PDF