Project

General

Profile

Bug #43488

Updated by Patrick Donnelly over 4 years ago

<pre> 
 2020-01-04T01:53:38.136 INFO:teuthology.orchestra.run.smithi181.stderr:no valid command found; 10 closest matches: 
 2020-01-04T01:53:38.136 INFO:teuthology.orchestra.run.smithi181.stderr:pg stat 
 2020-01-04T01:53:38.136 INFO:teuthology.orchestra.run.smithi181.stderr:pg getmap 
 2020-01-04T01:53:38.136 INFO:teuthology.orchestra.run.smithi181.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg dump_pools_json 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg ls-by-pool <poolstr> [<states>...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg ls-by-primary <id|osd.id> [<pool:int>] [<states>...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg ls-by-osd <id|osd.id> [<pool:int>] [<states>...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg ls [<pool:int>] [<states>...] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [<threshold:int>] 
 2020-01-04T01:53:38.137 INFO:teuthology.orchestra.run.smithi181.stderr:Error EINVAL: invalid command 
 2020-01-04T01:53:38.144 DEBUG:teuthology.orchestra.run:got remote process result: 22 
 2020-01-04T01:53:38.145 ERROR:tasks.mon_thrash:Saw exception while triggering scrub 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/github.com_batrick_ceph_wip-pdonnell-testing-20200103.181716/qa/tasks/mon_thrash.py", line 332, in _do_thrash 
     self.manager.raw_cluster_cmd('scrub') 
   File "/home/teuthworker/src/github.com_batrick_ceph_wip-pdonnell-testing-20200103.181716/qa/tasks/ceph_manager.py", line 1276, in raw_cluster_cmd 
     stdout=StringIO(), 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_i43396/teuthology/orchestra/remote.py", line 198, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_i43396/teuthology/orchestra/run.py", line 433, in run 
     r.wait() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_i43396/teuthology/orchestra/run.py", line 158, in wait 
     self._raise_for_status() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_i43396/teuthology/orchestra/run.py", line 180, in _raise_for_status 
     node=self.hostname, label=self.label 
 CommandFailedError: Command failed on smithi181 with status 22: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph scrub' 
 </pre> 

 From: /ceph/teuthology-archive/pdonnell-2020-01-04_00:59:46-fs-wip-pdonnell-testing-20200103.181716-distro-basic-smithi/4637873/teuthology.log 

 Obsoleted by 62f4ace05b5f1b7d2a20fb638084fc6d13699453.

Back