Project

General

Profile

Bug #42252

Updated by Patrick Donnelly over 4 years ago

<pre> 
 2019-10-08T13:19:12.860 INFO:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits daemon-helper kill python3 -c ' 
 2019-10-08T13:19:12.860 INFO:teuthology.orchestra.run.smithi026:> from __future__ import print_function 
 2019-10-08T13:19:12.860 INFO:teuthology.orchestra.run.smithi026:> from ceph_volume_client import CephFSVolumeClient, VolumePath 
 2019-10-08T13:19:12.860 INFO:teuthology.orchestra.run.smithi026:> from sys import version_info as sys_version_info 
 2019-10-08T13:19:12.860 INFO:teuthology.orchestra.run.smithi026:> from rados import OSError as rados_OSError 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> import logging 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> log = logging.getLogger("ceph_volume_client") 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> log.addHandler(logging.StreamHandler()) 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> log.setLevel(logging.DEBUG) 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> vc = CephFSVolumeClient("manila", "/etc/ceph/ceph.conf", "ceph", None, None) 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> vc.connect() 
 2019-10-08T13:19:12.861 INFO:teuthology.orchestra.run.smithi026:> 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:> vp = VolumePath("grpid", "volid") 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:> create_result = vc.create_volume(vp, 1024*1024*10) 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:> print(create_result['"'"'mount_path'"'"']) 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:> 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:> vc.disconnect() 
 2019-10-08T13:19:12.862 INFO:teuthology.orchestra.run.smithi026:>           ' 
 2019-10-08T13:19:13.034 INFO:teuthology.orchestra.run.smithi026.stderr:Connecting looks like this is a real failure (not seen earlier and not related to RADOS with config /etc/ceph/ceph.conf... PRs in the batch): http://qa-proxy.ceph.com/teuthology/yuriw-2019-10-08_01:35:28-fs-wip-yuri3-testing-2019-10-07-1952-mimic-testing-basic-smithi/4367848/teuthology.log 

 INFO:tasks.cephfs_test_runner:====================================================================== 
 2019-10-08T13:19:13.073 INFO:teuthology.orchestra.run.smithi026.stderr:Connection to RADOS complete 2019-10-08T16:58:56.400 INFO:tasks.cephfs_test_runner:ERROR: test_21501 (tasks.cephfs.test_volume_client.TestVolumeClient) 
 2019-10-08T13:19:13.073 INFO:teuthology.orchestra.run.smithi026.stderr:Connecting to cephfs... 2019-10-08T16:58:56.400 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2019-10-08T13:19:13.073 INFO:teuthology.orchestra.run.smithi026.stderr:CephFS initializing... 
 2019-10-08T13:19:13.076 INFO:teuthology.orchestra.run.smithi026.stderr:CephFS mounting... 
 2019-10-08T13:19:13.076 INFO:teuthology.orchestra.run.smithi026.stderr:Traceback 2019-10-08T16:58:56.400 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2019-10-08T13:19:13.076 INFO:teuthology.orchestra.run.smithi026.stderr: 2019-10-08T16:58:56.401 INFO:tasks.cephfs_test_runner:    File "<string>", "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-10-07-1952-mimic/qa/tasks/cephfs/test_volume_client.py", line 11, 1073, in <module> test_21501st_auth(vc_mount, guest_mount, guest_id, mount_path) 
 2019-10-08T13:19:13.076 INFO:teuthology.orchestra.run.smithi026.stderr: 2019-10-08T16:58:56.401 INFO:tasks.cephfs_test_runner:    File "/usr/lib/python3.6/site-packages/ceph_volume_client.py", "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-10-07-1952-mimic/qa/tasks/cephfs/test_volume_client.py", line 483, 119, in connect _configure_guest_auth_prefix, namespace_prefix 
 2019-10-08T13:19:13.077 INFO:teuthology.orchestra.run.smithi026.stderr:      self.fs.mount(filesystem_name=to_bytes(self.fs_name)) 2019-10-08T16:58:56.401 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-10-07-1952-mimic/qa/tasks/cephfs/test_volume_client.py", line 47, in _volume_client_python 
 2019-10-08T13:19:13.077 INFO:teuthology.orchestra.run.smithi026.stderr:TypeError: mount() takes no keyword arguments 2019-10-08T16:58:56.402 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-10-07-1952-mimic/qa/tasks/cephfs/mount.py", line 155, in run_pythont() 
 2019-10-08T13:19:13.078 INFO:teuthology.orchestra.run.smithi026.stderr:disconnect 2019-10-08T16:58:56.402 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in waitks.cephfs_test_runner:      self._raise_for_status() 
 2019-10-08T13:19:13.078 INFO:teuthology.orchestra.run.smithi026.stderr:Disconnecting cephfs... 2019-10-08T16:58:56.403 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_statust_runner:      node=self.hostname, label=self.label 
 2019-10-08T13:19:13.079 INFO:teuthology.orchestra.run.smithi026.stderr:Disconnecting cephfs complete 
 2019-10-08T13:19:13.079 INFO:teuthology.orchestra.run.smithi026.stderr:Disconnecting rados... 
 2019-10-08T13:19:13.080 INFO:teuthology.orchestra.run.smithi026.stderr:Disconnecting rados complete 
 2019-10-08T13:19:13.161 INFO:teuthology.orchestra.run.smithi026.stderr:daemon-helper: command 2019-10-08T16:58:56.403 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on smithi074 with exit status 1 1: 'sudo adjust-ulimits daemon-helper kill python3 -c \'\nfrom __future__ import print_function\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", "/volumes", None)\nvc.connect()\n\nvp = VolumePath("grpid", "volid")\nauth_result = vc.authorize(vp, "21501", readonly=False,\n                             tenant_id="None")\nprint(auth_result[\'"\'"\'auth_key\'"\'"\'])\n\nvc.disconnect()\n          \''er:FAILED (errors=1) 
 2019-10-08T13:19:13.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2019-10-08T16:58:56.404 INFO:tasks.cephfs_test_runner: 
 2019-10-08T13:19:13.167 INFO:tasks.cephfs_test_runner:test_21501 (tasks.cephfs.test_volume_client.TestVolumeClient) ... ERROR 
 </pre> 

 From: /ceph/teuthology-archive/yuriw-2019-10-08_01:35:28-fs-wip-yuri3-testing-2019-10-07-1952-mimic-testing-basic-smithi/4367848/teuthology.log

Back