mirror of https://github.com/ceph/ceph-ansible.git
commit
bd4a7dd6c8
|
@ -6,7 +6,7 @@ CEPH_CLI="--name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/{{ c
|
|||
|
||||
check_pgs() {
|
||||
while [ $RETRIES -ne 0 ]; do
|
||||
ceph $CEPH_CLI -s | grep -sq 'active+clean'
|
||||
test "$(ceph $CEPH_CLI -s | grep pgmap | sed -r 's/.*: ([0-9]+) pgs.*/\1/g')" -eq "$(ceph $CEPH_CLI -s | egrep '\sactive\+clean' | sed -r 's/[^0-9]*//g')" && ceph $CEPH_CLI health | egrep -sq "HEALTH_OK|HEALTH_WARN"
|
||||
RET=$?
|
||||
test $RET -eq 0 && exit 0
|
||||
sleep $DELAY
|
||||
|
|
Loading…
Reference in New Issue