Project

General

Profile

Backport #44521

Updated by Nathan Cutler about 4 years ago

2020-03-04T17:53:38.493 INFO:tasks.cephfs_test_runner:====================================================================== 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:ERROR: test_subvolume_snapshot_clone_different_groups (tasks.cephfs.test_volumes.TestVolumes) 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/cephfs/test_volumes.py", line 1783, in test_subvolume_snapshot_clone_different_groups 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:      self._verify_clone(subvolume, clone, source_group=s_group, clone_group=c_group) 
 2020-03-04T17:53:38.494 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/cephfs/test_volumes.py", line 102, in _verify_clone 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:      self._verify_clone_attrs(subvolume, clone) 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/cephfs/test_volumes.py", line 53, in _verify_clone_attrs 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:      path1 = self._get_subvolume_path(self.volname, subvolume, group_name=source_group) 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/cephfs/test_volumes.py", line 152, in _get_subvolume_path 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:      path = self._fs_cmd(*args) 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/cephfs/test_volumes.py", line 30, in _fs_cmd 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:      return self.mgr_cluster.mon_manager.raw_cluster_cmd("fs", *args) 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200303.175301/qa/tasks/ceph_manager.py", line 1358, in raw_cluster_cmd 
 2020-03-04T17:53:38.495 INFO:tasks.cephfs_test_runner:      stdout=StringIO(), 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 198, in run 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:      r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 433, in run 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:      r.wait() 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 158, in wait 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:      self._raise_for_status() 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 180, in _raise_for_status 
 2020-03-04T17:53:38.496 INFO:tasks.cephfs_test_runner:      node=self.hostname, label=self.label 
 2020-03-04T17:53:38.497 INFO:tasks.cephfs_test_runner:CommandFailedError: Command failed on smithi145 with status 2: u'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --log-early fs subvolume getpath cephfs subvolume_9414' 


 Seen here, http://pulpito.ceph.com/pdonnell-2020-03-04_14:24:35-fs-wip-pdonnell-testing-20200303.175301-distro-basic-smithi/4825024/ 
 And here, http://pulpito.front.sepia.ceph.com/rraja-2020-03-02_14:19:02-fs-wip-ajarr-43965-distro-basic-smithi/4819305/ 

Back