Hi, I just upgraded my cluster to the current git version (from 0.39, using https://github.com/NewDreamNetwork/ceph.git), and now ceph -s reports the total available space in the the cluster as 0 and all of the clients using the cluster are blocking: # ceph -s 2012-01-09 12:12:39.433576 pg v313084: 396 pgs: 396 active+clean; 79166 MB data, 0 KB used, 0 KB / 0 KB avail 2012-01-09 12:12:39.434269 mds e11: 1/1/1 up {0=alpha=up:replay} 2012-01-09 12:12:39.434289 osd e293: 6 osds: 6 up, 6 in 2012-01-09 12:12:39.434338 log 2012-01-09 12:12:26.600575 mon.0 10.3.1.33:6789/0 6 : [INF] osd.1 10.3.1.33:6804/22161 boot 2012-01-09 12:12:39.434389 mon e5: 3 mons at {ceph1=10.3.1.33:6789/0,ceph2=10.3.1.34:6789/0,ceph3=10.3.1.35:6789/0} I have a cluster with three machines, each with two OSDs and one mon. Additionally, the first one also has a single mds. I did the upgrade by cloning the latest git sources onto each machine, doing the usual ./autgen.sh, ./configure, make && make install and then restarting ceph on one machine after the other using /etc/init.d/ceph restart, starting with the last one. So... what's happening here and how do I get my cluster working again? Guido -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html