From e5446751c8b197b8170ba0a2b398959e1ad65296 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 (cherry picked from commit 1dc6301ac949b02637a94580e8c5f8595a56cb57) --- 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 aa9d61d5e01..c5c0dcd2a15 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -693,6 +693,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.47.3