Project

General

Profile

Actions

Bug #5299

closed

ceph-deploy fails with cryptic error message if expected directories not found

Added by Anonymous almost 11 years ago. Updated almost 11 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

In this case it's /etc/ceph

glowell@gary-ubuntu-01:~/ceph-deploy$ ./ceph-deploy mon create gary-ubuntu-01
Traceback (most recent call last):
File "./ceph-deploy", line 9, in <module>
load_entry_point('ceph-deploy==0.1', 'console_scripts', 'ceph-deploy')()
File "/home/glowell/ceph-deploy/ceph_deploy/cli.py", line 112, in main
return args.func(args)
File "/home/glowell/ceph-deploy/ceph_deploy/mon.py", line 236, in mon
mon_create(args)
File "/home/glowell/ceph-deploy/ceph_deploy/mon.py", line 133, in mon_create
overwrite=args.overwrite_conf,
File "/home/glowell/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/proxy.py", line 255, in <lambda>
(conn.operator(type_, self, args, kwargs))
File "/home/glowell/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/connection.py", line 66, in operator
return self.send_request(type_, (object, args, kwargs))
File "/home/glowell/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 323, in send_request
return self.__handle(m)
File "/home/glowell/ceph-deploy/virtualenv/local/lib/python2.7/site-packages/pushy-0.5.1-py2.7.egg/pushy/protocol/baseconnection.py", line 639, in __handle
raise e
pushy.protocol.proxy.ExceptionProxy: [Errno 2] No such file or directory: '/etc/ceph/ceph.conf.21020.tmp'

Actions #1

Updated by Sage Weil almost 11 years ago

/etc/ceph should be installed by the package.

did yo uby chance run purgedata without running purge first? that might cause this.

Actions #2

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Won't Fix
Actions

Also available in: Atom PDF