From: Sage Weil Date: Mon, 24 Jul 2017 20:54:13 +0000 (-0400) Subject: qa/workunits/cephtool/test.sh: disable 'fs status' until bug is fixed X-Git-Tag: v12.1.2~122^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f347ef54c2388540e939b13ae4b189f36b667d82;p=ceph.git qa/workunits/cephtool/test.sh: disable 'fs status' until bug is fixed See http://tracker.ceph.com/issues/20761 Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 41a036e8514c..51d10d2c82f2 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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 }