Project

General

Profile

Actions

Bug #4518

closed

ceph-deploy: osd create command fails

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

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
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

on the latest master branch of ceph-deploy, osd create command fails

tamil@ubuntu:~/ceph-deploy-latest/ceph-deploy$ ./ceph-deploy osd create --zap-disk burnupi06:sdd
DEBUG:ceph_deploy.osd:Preparing cluster ceph disks burnupi06:/dev/sdd:
DEBUG:ceph_deploy.osd:Deploying osd to burnupi06
DEBUG:ceph_deploy.osd:Host burnupi06 is now ready for osd use.
DEBUG:ceph_deploy.osd:Preparing host burnupi06 disk /dev/sdd journal None activate <function activate at 0x2910938>
Traceback (most recent call last):
File "./ceph-deploy", line 9, in <module>
load_entry_point('ceph-deploy==0.0.1', 'console_scripts', 'ceph-deploy')()
File "/home/tamil/ceph-deploy-latest/ceph-deploy/ceph_deploy/cli.py", line 95, in main
return args.func(args)
File "/home/tamil/ceph-deploy-latest/ceph-deploy/ceph_deploy/osd.py", line 222, in osd
prepare(args, cfg, activate_prepared_disk=True)
File "/home/tamil/ceph-deploy-latest/ceph-deploy/ceph_deploy/osd.py", line 176, in prepare
dmcrypt_dir=args.dmcrypt_key_dir,
File "/home/tamil/ceph-deploy-latest/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/tamil/ceph-deploy-latest/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/tamil/ceph-deploy-latest/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/tamil/ceph-deploy-latest/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: prepare_disk() got an unexpected keyword argument 'activate'

Actions #1

Updated by Sage Weil about 11 years ago

  • Status changed from New to Resolved

commit:963d83eaf2ef7b682b86c37667d32226dbcaffbf

Actions

Also available in: Atom PDF