master branch issue in ceph.git

2013-01-17 Thread David Zafman

The latest code is hanging trying to start teuthology.  I used teuthology-nuke 
to clear old state and reboot the machines.  I was using my branch rebased to 
latest master and when that started failing I switched to the default config.  
It still keeps hanging here:

INFO:teuthology.task.ceph:Waiting until ceph is healthy...

$ ceph -s
   health HEALTH_WARN 5 pgs degraded; 108 pgs stuck unclean
   monmap e1: 3 mons at 
{0=10.214.131.23:6789/0,1=10.214.131.21:6789/0,2=10.214.131.20:6789/0}, 
election epoch 6, quorum 0,1,2 0,1,2
   osdmap e7: 9 osds: 9 up, 9 in
pgmap v25: 108 pgs: 103 active+remapped, 5 active+degraded; 0 bytes data, 
798 GB used, 3050 GB / 4055 GB avail
   mdsmap e2: 0/0/0 up

David Zafman
Senior Developer
david.zaf...@inktank.com



--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: master branch issue in ceph.git

2013-01-17 Thread Sage Weil
On Thu, 17 Jan 2013, David Zafman wrote:
> 
> The latest code is hanging trying to start teuthology.  I used 
> teuthology-nuke to clear old state and reboot the machines.  I was using my 
> branch rebased to latest master and when that started failing I switched to 
> the default config.  It still keeps hanging here:
> 
> INFO:teuthology.task.ceph:Waiting until ceph is healthy...
> 
> $ ceph -s
>health HEALTH_WARN 5 pgs degraded; 108 pgs stuck unclean
>monmap e1: 3 mons at 
> {0=10.214.131.23:6789/0,1=10.214.131.21:6789/0,2=10.214.131.20:6789/0}, 
> election epoch 6, quorum 0,1,2 0,1,2
>osdmap e7: 9 osds: 9 up, 9 in
> pgmap v25: 108 pgs: 103 active+remapped, 5 active+degraded; 0 bytes data, 
> 798 GB used, 3050 GB / 4055 GB avail
>mdsmap e2: 0/0/0 up

git pull the latest teuthology.git master.  By default the crush map 
separates replicas across hosts now, and teuthology needed to be updated 
to do it by osd instead.

Sorry!

sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html