Project

General

Profile

Actions

Bug #42887

closed

tasks.cephfs.test_volume_client.TestVolumeClient: test_21501 No such file or directory

Added by Milind Changire over 4 years ago. Updated over 3 years ago.

Status:
Won't Fix
Priority:
Normal
Category:
-
Target version:
-
% Done:

0%

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

Description

2019-11-10T14:27:24.973 INFO:teuthology.orchestra.run.smithi062:Running:
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> sudo adjust-ulimits daemon-helper kill python3 -c '
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> from __future__ import print_function
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> from ceph_volume_client import CephFSVolumeClient, VolumePath
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> from sys import version_info as sys_version_info
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> from rados import OSError as rados_OSError
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> import logging
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> log = logging.getLogger("ceph_volume_client")
2019-11-10T14:27:24.974 INFO:teuthology.orchestra.run.smithi062:> log.addHandler(logging.StreamHandler())
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> log.setLevel(logging.DEBUG)
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> vc = CephFSVolumeClient("manila", "/etc/ceph/ceph.conf", "ceph", None, None)
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> vc.connect()
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> 
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> vp = VolumePath("grpid", "volid")
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> create_result = vc.create_volume(vp, 1024*1024*10)
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> print(create_result['"'"'mount_path'"'"'])
2019-11-10T14:27:24.975 INFO:teuthology.orchestra.run.smithi062:> 
2019-11-10T14:27:24.976 INFO:teuthology.orchestra.run.smithi062:> vc.disconnect()
2019-11-10T14:27:24.976 INFO:teuthology.orchestra.run.smithi062:>         '
2019-11-10T14:27:25.231 INFO:teuthology.orchestra.run.smithi062.stderr:Traceback (most recent call last):
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:  File "/bin/daemon-helper", line 68, in <module>
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:    preexec_fn=os.setsid,
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:    errread, errwrite)
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
2019-11-10T14:27:25.232 INFO:teuthology.orchestra.run.smithi062.stderr:    raise child_exception
2019-11-10T14:27:25.233 INFO:teuthology.orchestra.run.smithi062.stderr:OSError: [Errno 2] No such file or directory
Actions

Also available in: Atom PDF