]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: test 'osd df' in cephtool/test.sh
authorGreg Farnum <gfarnum@redhat.com>
Tue, 13 Jun 2017 23:40:35 +0000 (16:40 -0700)
committerNathan Cutler <ncutler@suse.com>
Wed, 14 Jun 2017 07:37:29 +0000 (09:37 +0200)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 1dc6301ac949b02637a94580e8c5f8595a56cb57)

qa/workunits/cephtool/test.sh

index aa9d61d5e014d83c1f34d1a15435eb68d2f947d3..c5c0dcd2a159c280f0d62c6698d655044ca1e9e6 100755 (executable)
@@ -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