]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: don't assume crash_replay_interval=45 6172/head
authorSage Weil <sage@redhat.com>
Mon, 28 Sep 2015 17:13:40 +0000 (13:13 -0400)
committerLoic Dachary <ldachary@redhat.com>
Sat, 3 Oct 2015 12:30:49 +0000 (14:30 +0200)
e.g., it's 5 in teuthology's ceph.conf.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 80b7237e5e74d12b9d8b1f96ea535c96bdff9c6f)

qa/workunits/cephtool/test.sh

index 5fe068977bf2a1f9191d798af203cee23478e882..b1bfeb3996eaaa2581d3a99daec23a4f52545409 100755 (executable)
@@ -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