Project

General

Profile

Actions

Bug #5663

closed

ceph tool: crash (debian wheezy)

Added by Yehuda Sadeh 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

On a current next branch.

yehudasa@skinny:~/ceph/src$ export LD_LIBRARY_PATH=.lib
yehudasa@skinny:~/ceph/src$ ./ceph osd dump
*** DEVELOPER MODE: setting PYTHONPATH and LD_LIBRARY_PATH
2013-07-18 09:05:57.056563 7fed89262700 -1 asok(0x1b19d60) AdminSocketConfigObs::init: failed: AdminSocket::bind_and_listen: failed to bind the UNIX domain socket to '/tmp/radosgw-admin.adsock': (98) Address already in use
Traceback (most recent call last):
  File "./ceph", line 747, in <module>
    sys.exit(main())
  File "./ceph", line 693, in main
    sigdict = parse_json_funcsigs(outbuf, 'cli')
  File "/more/yehuda/ceph/src/pybind/ceph_argparse.py", line 655, in parse_json_funcsigs
    cmd['sig'] = parse_funcsig(cmd['sig'])
  File "/more/yehuda/ceph/src/pybind/ceph_argparse.py", line 605, in parse_funcsig
    **kwargs))
  File "/more/yehuda/ceph/src/pybind/ceph_argparse.py", line 510, in __init__
    self.instance = self.t(**self.typeargs)
TypeError: __init__() got an unexpected keyword argument 'goodchars'
yehudasa@skinny:~/ceph/src$ python --version
Python 2.7.3rc2

Actions #1

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Won't Fix

need to upgrade ceph-common before restarting the mons

Actions

Also available in: Atom PDF