From 4fc02a7f481b4b57cb4429df5694fe0de688d4c9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 31 Aug 2018 15:36:20 -0500 Subject: osd/OSDMap: include age in up and in counts for ceph status Signed-off-by: Sage Weil --- qa/standalone/scrub/osd-scrub-repair.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qa/standalone') diff --git a/qa/standalone/scrub/osd-scrub-repair.sh b/qa/standalone/scrub/osd-scrub-repair.sh index a2a1333eb48..ee1833c6fdf 100755 --- a/qa/standalone/scrub/osd-scrub-repair.sh +++ b/qa/standalone/scrub/osd-scrub-repair.sh @@ -385,7 +385,8 @@ function unfound_erasure_coded() { ceph -s | grep "1/1 objects unfound" && break sleep 1 done - ceph -s|grep "4 osds: 4 up, 4 in" || return 1 + ceph -s|grep "4 up" || return 1 + ceph -s|grep "4 in" || return 1 ceph -s|grep "1/1 objects unfound" || return 1 teardown $dir || return 1 -- cgit v1.2.3