]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/cephtool/test.sh: disable 'fs status' until bug is fixed
authorSage Weil <sage@redhat.com>
Mon, 24 Jul 2017 20:54:13 +0000 (16:54 -0400)
committerSage Weil <sage@redhat.com>
Mon, 24 Jul 2017 20:54:13 +0000 (16:54 -0400)
See http://tracker.ceph.com/issues/20761
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index 41a036e8514ce738a6e5ccc6bda812f33c061318..51d10d2c82f2ca7607778287847cb92e5ef457a0 100755 (executable)
@@ -2439,7 +2439,7 @@ function test_mds_tell_help_command()
 function test_mgr_tell()
 {
   ceph tell mgr help
-  ceph tell mgr fs status
+  #ceph tell mgr fs status   # see http://tracker.ceph.com/issues/20761
   ceph tell mgr osd status
 }