From: Greg Farnum Date: Tue, 13 Jun 2017 23:40:35 +0000 (-0700) Subject: qa: test 'osd df' in cephtool/test.sh X-Git-Tag: v12.1.0~121^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15675%2Fhead;p=ceph.git qa: test 'osd df' in cephtool/test.sh Signed-off-by: Greg Farnum --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 02051906e80..465b7450a47 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