From f347ef54c2388540e939b13ae4b189f36b667d82 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 24 Jul 2017 16:54:13 -0400 Subject: [PATCH] qa/workunits/cephtool/test.sh: disable 'fs status' until bug is fixed See http://tracker.ceph.com/issues/20761 Signed-off-by: Sage Weil --- qa/workunits/cephtool/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 41a036e8514..51d10d2c82f 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 } -- 2.39.5