Project

General

Profile

Bug #6266

ceph-deploy new command broken

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

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

0%

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

Description

on mira016, that has the latest version of ceph-deploy [v1.2.3], new command is broken and so am not able to proceed further.

ubuntu@mira016:~/cdep/ceph-deploy$ ./ceph-deploy  new mira016
[ceph_deploy.new][DEBUG ] Creating new cluster named ceph
Traceback (most recent call last):
  File "./ceph-deploy", line 9, in <module>
    load_entry_point('ceph-deploy==1.2.3', 'console_scripts', 'ceph-deploy')()
  File "/home/ubuntu/cdep/ceph-deploy/ceph_deploy/util/decorators.py", line 83, in newfunc
    return f(*a, **kw)
  File "/home/ubuntu/cdep/ceph-deploy/ceph_deploy/cli.py", line 147, in main
    return args.func(args)
  File "/home/ubuntu/cdep/ceph-deploy/ceph_deploy/new.py", line 53, in new
    for (name, host) in mon_hosts(args.mon):
NameError: global name 'mon_hosts' is not defined

History

#1 Updated by Sage Weil over 10 years ago

  • Status changed from New to Fix Under Review

wip-6266

#2 Updated by Tamilarasi muthamizhan over 10 years ago

wip-6266 works fine!

#3 Updated by Sage Weil over 10 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF