]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: test 'osd df' in cephtool/test.sh 15675/head
authorGreg Farnum <gfarnum@redhat.com>
Tue, 13 Jun 2017 23:40:35 +0000 (16:40 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 15 Jun 2017 00:02:50 +0000 (17:02 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
qa/workunits/cephtool/test.sh

index 02051906e804fcdc7a2244ad73f8e6309f3a12ba..465b7450a47d809b6cb5f6d83633061e7822aefb 100755 (executable)
@@ -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