From 86306966818960b775accf5f7e7930ac1f8aaad0 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 12 Jan 2015 13:54:52 +0000 Subject: [PATCH] qa: add `fs reset` to cephtool tests This is just a superficial "I can call it" test, it's actual behaviour is checked elsewhere. Signed-off-by: John Spray --- qa/workunits/cephtool/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 048ae113b66de..576d6da652e21 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -715,6 +715,11 @@ function test_mon_mds() metadata_poolnum=$(ceph osd dump | grep "pool.* 'fs_metadata" | awk '{print $2;}') fail_all_mds + + # Check that 'fs reset' runs + ceph fs reset cephfs --yes-i-really-mean-it + + # Clean up to enable subsequent newfs tests ceph fs rm cephfs --yes-i-really-mean-it set +e -- 2.39.5