It's now "1/2 unfound":
1/2 objects unfound (50.000%)
..presumably due to the rbd pool init creating the rbd_directory.
Signed-off-by: Sage Weil <sage@redhat.com>
#
# it may take a bit to appear due to mon/mgr asynchrony
for f in `seq 1 60`; do
- ceph -s | grep "1/1 objects unfound" && break
+ ceph -s | grep "1/2 objects unfound" && break
sleep 1
done
ceph -s|grep "4 up" || return 1
ceph -s|grep "4 in" || return 1
- ceph -s|grep "1/1 objects unfound" || return 1
+ ceph -s|grep "1/2 objects unfound" || return 1
teardown $dir || return 1
}