From c8a13f2b7d1c5f1dad513a67cbe90c1073210415 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 4 Jan 2012 15:36:08 -0800 Subject: qa: fix mdstable script for proper injectargs use. This script is fairly primitive, but somebody might find it useful... Signed-off-by: Greg Farnum --- qa/mds/test_mdstable_failures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/mds/test_mdstable_failures.sh b/qa/mds/test_mdstable_failures.sh index dac0bd94628..b5f80791572 100755 --- a/qa/mds/test_mdstable_failures.sh +++ b/qa/mds/test_mdstable_failures.sh @@ -3,7 +3,7 @@ for f in `seq 1 8` do echo testing failure point $f - pushd . ; cd $bindir ; ./ceph -c $conf mds injectargs 0 "--mds_kill_mdstable_at $f" ; popd + pushd . ; cd $bindir ; ./ceph -c $conf mds tell \* injectargs "--mds_kill_mdstable_at $f" ; popd sleep 1 # wait for mds command to go thru bash -c "pushd . ; cd $bindir ; sleep 10 ; ./init-ceph -c $conf start mds ; popd" & touch $f -- cgit v1.2.1