Project

General

Profile

Bug #22038

Updated by Patrick Donnelly over 6 years ago

<pre> 
 2017-11-03T18:13:24.624 INFO:teuthology.orchestra.run.smithi182:Running: 'sudo adjust-ulimits daemon-helper kill python -c \'\nfrom ceph_volume_client import CephFSVolumeClient, VolumePath\nimport logging\nlog = logging.getLogger("ceph_volume_client")\nlog.addHandler(logging.StreamHandler())\nlog.setLevel(logging.DEBUG)\nvc = CephFSVolumeClient("manila", "/etc/ceph/ceph.conf", "ceph", None, None)\nvc.connect()\n\nvp = VolumePath("grpid", "volid")\nvc.create_volume(vp, 10, data_isolated=True)\n\nvc.disconnect()\n          \'' 
 2017-11-03T18:13:24.718 INFO:teuthology.orchestra.run.smithi182.stderr:Connecting to RADOS with config /etc/ceph/ceph.conf... 
 2017-11-03T18:13:24.731 INFO:teuthology.orchestra.run.smithi182.stderr:Connection to RADOS complete 
 2017-11-03T18:13:24.732 INFO:teuthology.orchestra.run.smithi182.stderr:Connecting to cephfs... 
 2017-11-03T18:13:24.732 INFO:teuthology.orchestra.run.smithi182.stderr:CephFS initializing... 
 2017-11-03T18:13:24.733 INFO:teuthology.orchestra.run.smithi182.stderr:CephFS mounting... 
 2017-11-03T18:13:24.742 INFO:teuthology.orchestra.run.smithi182.stderr:Connection to cephfs complete 
 2017-11-03T18:13:24.742 INFO:teuthology.orchestra.run.smithi182.stderr:Recovering from partial auth updates (if any)... 
 2017-11-03T18:13:24.742 INFO:teuthology.orchestra.run.smithi182.stderr:Nothing to recover. No auth meta files. 
 2017-11-03T18:13:24.742 INFO:teuthology.orchestra.run.smithi182.stderr:create_volume: /volumes/grpid/volid 
 2017-11-03T18:13:24.761 INFO:teuthology.orchestra.run.smithi182.stderr:create_volume: grpid/volid, create pool fsvolume_volid as data_isolated =True. 
 2017-11-03T18:13:25.686 INFO:teuthology.orchestra.run.smithi182.stderr:Traceback (most recent call last): 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:    File "<string>", line 11, in <module> 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:    File "/usr/lib/python2.7/dist-packages/ceph_volume_client.py", line 631, in create_volume 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:      'pool': pool_name 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:    File "/usr/lib/python2.7/dist-packages/ceph_volume_client.py", line 1279, in _rados_command 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:      raise rados.Error(outs) 
 2017-11-03T18:13:25.687 INFO:teuthology.orchestra.run.smithi182.stderr:rados.Error: command not known 
 2017-11-03T18:13:25.688 INFO:teuthology.orchestra.run.smithi182.stderr:disconnect 
 2017-11-03T18:13:25.688 INFO:teuthology.orchestra.run.smithi182.stderr:Disconnecting cephfs... 
 </pre> 

 From: /ceph/teuthology-archive/pdonnell-2017-11-03_17:59:39-fs-wip-pdonnell-testing-20171102.200208-testing-basic-smithi/1808220/teuthology.log 

 and: /ceph/teuthology-archive/pdonnell-2017-11-03_17:59:39-fs-wip-pdonnell-testing-20171102.200208-testing-basic-smithi/1808228/teuthology.log

Back