diff options
author | Sage Weil <sage@inktank.com> | 2013-07-16 17:14:09 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-07-16 17:16:36 -0700 |
commit | f129d17414c2f3194c2344340e411fde6755da25 (patch) | |
tree | 8f5b81892c4e47f654ac7b9525ec542173f64e08 | |
parent | f2fa01e22db4463744c441dd0e37f79bda130fc9 (diff) | |
download | ceph-f129d17414c2f3194c2344340e411fde6755da25.tar.gz |
qa/workunits/cephtool/test.sh: mds cluster_down/up are idempotent
As of d45429b81ab9817284d6dca98077cb77b5e8280f; fix the test.
Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-x | qa/workunits/cephtool/test.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 9dd093de687..d99821cf123 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -79,10 +79,8 @@ if ! grep "$mymsg" /tmp/$$; then fi kill $wpid -ceph mds cluster_down --no-log-to-stderr 2>&1 | grep "marked mdsmap DOWN" -expect_false ceph mds cluster_down -ceph mds cluster_up --no-log-to-stderr 2>&1 | grep "unmarked mdsmap DOWN" -expect_false ceph mds cluster_up +ceph mds cluster_down +ceph mds cluster_up ceph mds compat rm_incompat 4 ceph mds compat rm_incompat 4 |