Project

General

Profile

Backport #46155

Updated by Nathan Cutler almost 4 years ago

https://github.com/ceph/ceph/pull/35499 rados/cephadm/workunits/{distro/ubuntu_18.04_podman.yaml task/test_orch_cli.yaml} 

 <pre> 
 2020-06-17T10:57:38.033 INFO:tasks.cephfs_test_runner:Starting test: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS) 
 ... 
 2020-06-17T10:58:01.463 INFO:teuthology.orchestra.run.smithi125.stderr:Error EINVAL: Failed to delete exports: {err} and {ret} 
 2020-06-17T10:58:01.467 DEBUG:teuthology.orchestra.run:got remote process result: 22 
 2020-06-17T10:58:01.468 INFO:teuthology.orchestra.run.smithi125:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --log-early log 'Ended test tasks.cephfs.test_nfs.TestNFS.test_create_multiple_exports' 
 2020-06-17T10:58:01.791 INFO:ceph.mgr.a.smithi125.stdout:Jun 17 10:58:01 smithi125 bash[33685]: debug 2020-06-17T10:58:01.464+0000 7f39d9d80700 -1 mgr.server reply reply (22) Invalid argument Failed to delete exports: {err} and {ret} 
 2020-06-17T10:58:01.930 INFO:tasks.cephfs_test_runner:test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS) ... ERROR 
 2020-06-17T10:58:01.931 INFO:tasks.cephfs_test_runner: 
 2020-06-17T10:58:01.931 INFO:tasks.cephfs_test_runner:====================================================================== 
 2020-06-17T10:58:01.931 INFO:tasks.cephfs_test_runner:ERROR: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS) 
 2020-06-17T10:58:01.932 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 
 2020-06-17T10:58:01.932 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 
 2020-06-17T10:58:01.932 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/cephfs/test_nfs.py", line 119, in test_create_multiple_exports 
 2020-06-17T10:58:01.933 INFO:tasks.cephfs_test_runner:      self._test_delete_cluster() 
 2020-06-17T10:58:01.934 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/cephfs/test_nfs.py", line 66, in _test_delete_cluster 
 2020-06-17T10:58:01.934 INFO:tasks.cephfs_test_runner:      self._nfs_cmd('cluster', 'delete', self.cluster_id) 
 2020-06-17T10:58:01.934 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/cephfs/test_nfs.py", line 19, in _nfs_cmd 
 2020-06-17T10:58:01.935 INFO:tasks.cephfs_test_runner:      return self._cmd("nfs", *args) 
 2020-06-17T10:58:01.935 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/cephfs/test_nfs.py", line 16, in _cmd 
 2020-06-17T10:58:01.935 INFO:tasks.cephfs_test_runner:      return self.mgr_cluster.mon_manager.raw_cluster_cmd(*args) 
 2020-06-17T10:58:01.936 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/ceph_manager.py", line 1363, in raw_cluster_cmd 
 2020-06-17T10:58:01.936 INFO:tasks.cephfs_test_runner:      stdout=BytesIO(), 
 2020-06-17T10:58:01.936 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 206, in run 
 2020-06-17T10:58:01.936 INFO:tasks.cephfs_test_runner:      r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
 2020-06-17T10:58:01.937 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 475, in run 
 2020-06-17T10:58:01.937 INFO:tasks.cephfs_test_runner:      r.wait() 
 2020-06-17T10:58:01.937 INFO:tasks.cephfs_test_runner:    File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait 
 2020-06-17T10:58:01.938 INFO:tasks.cephfs_test_runner:      self._raise_for_status() 
 2020-06-17T10:58:01.938 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 
 2020-06-17T10:58:01.938 INFO:tasks.cephfs_test_runner:      node=self.hostname, label=self.label 
 2020-06-17T10:58:01.939 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi125 with status 22: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --log-early nfs cluster delete test' 
 </pre> 

  /a//kchai-2020-06-17_10:32:37-rados-master-distro-basic-smithi/5157608

Back