From: John Spray Date: Tue, 24 Jun 2014 21:14:03 +0000 (-0700) Subject: qa: add a check for crash_replay_interval autoset X-Git-Tag: v0.84~161^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44eb259341cd3af979cbd8c067acfc40194e93c7;p=ceph.git qa: add a check for crash_replay_interval autoset ... that after a fs new on fresh pools, crash_replay_interval is set to the default on the data pool. Signed-off-by: John Spray --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index dba80687ad89..0a8be56ae03e 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -298,6 +298,10 @@ function test_mon_mds() ceph osd pool create fs_metadata 10 ceph fs new default fs_metadata fs_data + # Check for default crash_replay_interval set automatically in 'fs new' + ceph osd dump | grep fs_data > $TMPFILE + check_response "crash_replay_interval 45 " + ceph mds cluster_down ceph mds cluster_up