Skip to content

Commit

Permalink
Merge pull request ceph#6098 from liewegas/wip-crash-replay-interval
Browse files Browse the repository at this point in the history
don't assume crash_replay_itnerval == 45

Reviewed-by: Samuel Just <[email protected]>
  • Loading branch information
Samuel Just committed Sep 28, 2015
2 parents 4ef8a0e + 80b7237 commit 405eef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qa/workunits/cephtool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 405eef2

Please sign in to comment.