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 #1

Updated by Patrick Donnelly over 4 years ago

Please link the source teuthology log. Add html "pre" markup around the log so it's readable.

Actions #2

Updated by Patrick Donnelly over 4 years ago

  • Description updated (diff)
  • Assignee set to Milind Changire
Actions #3

Updated by Patrick Donnelly over 4 years ago

  • Status changed from New to Need More Info
Actions #4

Updated by Milind Changire over 4 years ago

Log: [[http://qa-proxy.ceph.com/teuthology/yuriw-2019-11-09_19:10:09-fs-wip-yuri-mimic_13.2.7_RC2-distro-basic-smithi/4491028/teuthology.log]]

Update with teuthology error:

2019-11-10T14:27:44.954 INFO:tasks.cephfs_test_runner:
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:======================================================================
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:ERROR: test_21501 (tasks.cephfs.test_volume_client.TestVolumeClient)
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri-mimic_13.2.7_RC2/qa/tasks/cephfs/test_volume_client.py", line 1080, in test_21501
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:    volume_id=volume_id
2019-11-10T14:27:44.955 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri-mimic_13.2.7_RC2/qa/tasks/cephfs/test_volume_client.py", line 49, in _volume_client_python
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:    self.py_version)
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri-mimic_13.2.7_RC2/qa/tasks/cephfs/mount.py", line 155, in run_python
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:    p.wait()
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2019-11-10T14:27:44.956 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on smithi062 with status 1: 'sudo adjust-ulimits daemon-helper kill python3 -c \'\nfrom __future__ import print_function\nfrom ceph_volume_client import CephFSVolumeClient, VolumePath\nfrom sys import version_info as sys_version_info\nfrom rados import OSError as rados_OSError\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")\ncreate_result = vc.create_volume(vp, 1024*1024*10)\nprint(create_result[\'"\'"\'mount_path\'"\'"\'])\n\nvc.disconnect()\n        \''

Actions #5

Updated by Nathan Cutler over 4 years ago

  • Subject changed from test_21501 No such file or directory to tasks.cephfs.test_volume_client.TestVolumeClient: test_21501 No such file or directory
Actions #6

Updated by Patrick Donnelly over 3 years ago

  • Status changed from Need More Info to Won't Fix
Actions

Also available in: Atom PDF