From 80b7237e5e74d12b9d8b1f96ea535c96bdff9c6f 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 --- 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 d01b3495072d1..afc4acac2fb33 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -735,8 +735,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