Project

General

Profile

Bug #51264

TestVolumeClient failure

Added by Jeff Layton almost 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
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

Failed TestVolumeClient test:

2021-06-14T20:01:48.703 INFO:tasks.cephfs_test_runner:test_21501 (tasks.cephfs.test_volume_client.TestVolumeClient) ... ERROR
2021-06-14T20:01:48.703 INFO:tasks.cephfs_test_runner:
2021-06-14T20:01:48.704 INFO:tasks.cephfs_test_runner:======================================================================
2021-06-14T20:01:48.704 INFO:tasks.cephfs_test_runner:ERROR: test_21501 (tasks.cephfs.test_volume_client.TestVolumeClient)
2021-06-14T20:01:48.704 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-06-14T20:01:48.705 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2021-06-14T20:01:48.705 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_50fc68b059ddce47758f2b31d490e55db3b84caf/qa/tasks/cephfs/test_volume_client.py", line 1679, in test_21501
2021-06-14T20:01:48.705 INFO:tasks.cephfs_test_runner:    volume_id=volume_id
2021-06-14T20:01:48.706 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_50fc68b059ddce47758f2b31d490e55db3b84caf/qa/tasks/cephfs/test_volume_client.py", line 42, in _volume_client_python
2021-06-14T20:01:48.706 INFO:tasks.cephfs_test_runner:    vol_prefix=vol_prefix, ns_prefix=ns_prefix))
2021-06-14T20:01:48.707 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_50fc68b059ddce47758f2b31d490e55db3b84caf/qa/tasks/cephfs/mount.py", line 656, in run_python
2021-06-14T20:01:48.707 INFO:tasks.cephfs_test_runner:    p.wait()
2021-06-14T20:01:48.707 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_f359b10daba6e0103d42ccfc021bc797f3cd7edc/teuthology/orchestra/run.py", line 161, in wait
2021-06-14T20:01:48.708 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2021-06-14T20:01:48.708 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_f359b10daba6e0103d42ccfc021bc797f3cd7edc/teuthology/orchestra/run.py", line 183, in _raise_for_status
2021-06-14T20:01:48.708 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2021-06-14T20:01:48.709 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi040 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        \''
2021-06-14T20:01:48.709 INFO:tasks.cephfs_test_runner:
2021-06-14T20:01:48.709 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-06-14T20:01:48.710 INFO:tasks.cephfs_test_runner:Ran 2 tests in 113.860s
2021-06-14T20:01:48.710 INFO:tasks.cephfs_test_runner:
2021-06-14T20:01:48.710 INFO:tasks.cephfs_test_runner:FAILED (errors=1)

I don't see anything earlier in the logs however that describes what went wrong.

Also available in: Atom PDF