From 010e45d7d0396eab15b1eab14744f2fa37281fad Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 13 Jun 2017 16:40:35 -0700 Subject: [PATCH] qa: test 'osd df' in cephtool/test.sh Signed-off-by: Greg Farnum --- qa/workunits/cephtool/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 02051906e804f..465b7450a47d8 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -675,6 +675,8 @@ function test_mon_misc() ceph osd dump | grep '^epoch' ceph --concise osd dump | grep '^epoch' + ceph osd df | grep 'MIN/MAX VAR' + # df ceph df > $TMPFILE grep GLOBAL $TMPFILE -- 2.39.5