]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: don't assume crash_replay_interval=45 6098/head
authorSage Weil <sage@redhat.com>
Mon, 28 Sep 2015 17:13:40 +0000 (13:13 -0400)
committerSage Weil <sage@redhat.com>
Mon, 28 Sep 2015 17:13:40 +0000 (13:13 -0400)
e.g., it's 5 in teuthology's ceph.conf.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index d01b3495072d15dbdedf83c031781e9ffce9616c..afc4acac2fb339e8c822a4a5e0cf2502dceed6cf 100755 (executable)
@@ -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