Project

General

Profile

Actions

Bug #5777

closed

ceph-deploy: gatherkeys fails on ubuntu precise

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

Status:
Resolved
Priority:
Urgent
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

ceph-deploy gatherkeys fails as ceph-create-keys is stuck up when trying to start the monitor.

this is on ceph -next branch [ceph version 0.67-rc2-129-gc36c280 ]

ubuntu@mira038:~/cdep/ceph-deploy$ ./ceph-deploy mon create mira038 mira016 mira057

ubuntu@mira038:~/cdep/ceph-deploy$ ./ceph-deploy gatherkeys mira057
Unable to find /etc/ceph/ceph.client.admin.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['mira057']
ubuntu@mira038:~/cdep/ceph-deploy$ ./ceph-deploy gatherkeys mira057
Unable to find /etc/ceph/ceph.client.admin.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['mira057']
ubuntu@mira038:~/cdep/ceph-deploy$ 
ubuntu@mira038:~/cdep/ceph-deploy$ ./ceph-deploy gatherkeys mira057
Unable to find /etc/ceph/ceph.client.admin.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['mira057']
Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['mira057']

ubuntu@mira038:~/cdep/ceph-deploy$ ps -ef | grep ceph

root     21592     1  0 17:31 ?        00:00:00 /usr/bin/ceph-mon --cluster=ceph -i mira038 -f
root     21593     1  0 17:31 ?        00:00:00 /usr/bin/python /usr/sbin/ceph-create-keys --cluster=ceph -i mira038
root     21607 21593  0 17:31 ?        00:00:00 /usr/bin/python /usr/bin/ceph --cluster=ceph --admin-daemon=/var/run/ceph/ceph-mon.mira038.asok mon_status

ubuntu@mira057:~$ ps -ef | grep ceph
root      9266     1  0 17:31 ?        00:00:00 /usr/bin/ceph-mon --cluster=ceph -i mira057 -f
root      9267     1  0 17:31 ?        00:00:00 /usr/bin/python /usr/sbin/ceph-create-keys --cluster=ceph -i mira057
root      9293  9267  0 17:31 ?        00:00:00 /usr/bin/python /usr/bin/ceph --cluster=ceph --admin-daemon=/var/run/ceph/ceph-mon.mira057.asok mon_status
ubuntu    9499  2566  0 17:36 pts/1    00:00:00 grep --color=auto ceph

ubuntu@mira016:~$ ps -ef | grep ceph
root     20868     1  0 17:31 ?        00:00:00 /usr/bin/ceph-mon --cluster=ceph -i mira016 -f
root     20869     1  0 17:31 ?        00:00:00 /usr/bin/python /usr/sbin/ceph-create-keys --cluster=ceph -i mira016
root     20885 20869  0 17:31 ?        00:00:00 /usr/bin/python /usr/bin/ceph --cluster=ceph --admin-daemon=/var/run/ceph/ceph-mon.mira016.asok mon_status
ubuntu   20897 29823  0 17:33 pts/0    00:00:00 grep --color=auto ceph

Actions

Also available in: Atom PDF