Skip to content

Commit

Permalink
qa/workunits/cephtool/test.sh: don't assume crash_replay_interval=45
Browse files Browse the repository at this point in the history
e.g., it's 5 in teuthology's ceph.conf.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Sep 28, 2015
1 parent 4ef8a0e commit 80b7237
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 80b7237

Please sign in to comment.