Project

General

Profile

Bug #40374

Updated by Patrick Donnelly almost 5 years ago

<pre> 
 2019-06-14T00:19:18.245 DEBUG:teuthology.misc:Ceph health: HEALTH_WARN Legacy BlueStore stats reporting detected on 4 OSD(s) 
 2019-06-14T00:19:19.246 ERROR:teuthology.run_tasks:Saw exception from tasks. 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 89, in run_tasks 
     manager.__enter__() 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-06-12-1556-nautilus/qa/tasks/ceph.py", line 1639, in restart 
     healthy(ctx=ctx, config=dict(cluster=cluster)) 
   File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri6-testing-2019-06-12-1556-nautilus/qa/tasks/ceph.py", line 1484, in healthy 
     ceph_cluster=cluster_name, 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/misc.py", line 935, in wait_until_healthy 
     while proceed(): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 132, in __call__ 
     raise MaxWhileTries(error_msg) 
 MaxWhileTries: 'wait_until_healthy' reached maximum tries (150) after waiting for 900 seconds 
 </pre> 

 From: /ceph/teuthology-archive/yuriw-2019-06-13_11:52:46-fs-wip-yuri6-testing-2019-06-12-1556-nautilus-testing-basic-smithi/4029479/teuthology.log 

 and others in that run. 

 Needs partial Partial backport of fix for #39436.

Back