From 322816116ea14a8fd79616b1c55545ae7c62e7f6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 28 Sep 2015 13:13:40 -0400 Subject: [PATCH] qa/workunits/cephtool/test.sh: don't assume crash_replay_interval=45 e.g., it's 5 in teuthology's ceph.conf. Signed-off-by: Sage Weil (cherry picked from commit 80b7237e5e74d12b9d8b1f96ea535c96bdff9c6f) --- qa/workunits/cephtool/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 5fe068977bf2a..b1bfeb3996eaa 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -740,8 +740,9 @@ function test_mon_mds() fail_all_mds # Check for default crash_replay_interval set automatically in 'fs new' - ceph osd dump | grep fs_data > $TMPFILE - check_response "crash_replay_interval 45 " + #This may vary based on ceph.conf (e.g., it's 5 in teuthology runs) + #ceph osd dump | grep fs_data > $TMPFILE + #check_response "crash_replay_interval 45 " ceph mds compat show expect_false ceph mds deactivate 2 -- 2.39.5