Project

General

Profile

Actions

Bug #14818

closed

Cython librados broke libcephfs/ceph_volume_client

Added by John Spray about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
-
% Done:

0%

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

Description

Specifically, the create_with_rados libcephfs function is no longer happy.

2016-02-18T12:11:37.576 INFO:teuthology.orchestra.run.mira012.stderr:Traceback (most recent call last):
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:  File "<string>", line 8, in <module>
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:  File "/usr/lib/python2.7/dist-packages/ceph_volume_client.py", line 303, in connect
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:    self.fs = cephfs.LibCephFS(rados_inst=self.rados)
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:  File "/usr/lib/python2.7/dist-packages/cephfs.py", line 206, in __init__
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:    return self.create_with_rados(rados_inst)
2016-02-18T12:11:37.577 INFO:teuthology.orchestra.run.mira012.stderr:  File "/usr/lib/python2.7/dist-packages/cephfs.py", line 213, in create_with_rados
2016-02-18T12:11:37.578 INFO:teuthology.orchestra.run.mira012.stderr:    rados_inst.cluster)
2016-02-18T12:11:37.578 INFO:teuthology.orchestra.run.mira012.stderr:AttributeError: 'rados.Rados' object has no attribute 'cluster'
2016-02-18T12:11:37.678 INFO:teuthology.orchestra.run.mira012.stderr:daemon-helper: command crashed with signal 11
Actions #1

Updated by Mehdi Abaakouk about 8 years ago

  • Assignee set to Mehdi Abaakouk
Actions #2

Updated by John Spray about 8 years ago

  • Status changed from New to Resolved

This got fixed when cephfs.py was converted to cython

Actions

Also available in: Atom PDF