Project

General

Profile

Bug #7627

Updated by Alfredo Deza about 10 years ago

After creating a cluster with ceph-deploy, the test waits up to 15 minutes to get a HEALTH_OK back, but as the output shows the health command 
 starts showing OSDs down: 

 <pre> 
 2014-03-05T03:00:00.069 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:00.326 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 104 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 1/9 in osds are down 
 2014-03-05T03:00:10.327 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:10.586 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 192 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 2/9 in osds are down 
 2014-03-05T03:00:20.586 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:20.857 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 192 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 3/9 in osds are down 
 2014-03-05T03:00:30.857 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:31.119 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 192 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 4/9 in osds are down 
 2014-03-05T03:00:41.120 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:41.385 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 192 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 4/9 in osds are down 
 2014-03-05T03:00:51.385 DEBUG:teuthology.orchestra.run:Running [10.214.138.177]: 'cd /home/ubuntu/cephtest && sudo ceph health' 
 2014-03-05T03:00:51.624 DEBUG:teuthology.task.ceph-deploy:Ceph health: HEALTH_WARN 104 pgs degraded; 88 pgs incomplete; 192 pgs stale; 88 pgs stuck inactive; 192 pgs stuck unclean; 5/9 in osds are down 
 </pre> 

 This seems to be the case only for Fedora 19 and Firefly. 

 Full log output http://qa-proxy.ceph.com/teuthology/teuthology-2014-03-05_01:10:15-ceph-deploy-firefly-distro-basic-vps/117053/teuthology.log 

 Other failures can be seen on the dashboard http://pulpito.ceph.com/teuthology-2014-03-05_01:10:15-ceph-deploy-firefly-distro-basic-vps/ 

 Note that OSD logs have been increased (see the config values for the run at the start of the log)

Back