summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGreg Farnum <gregory.farnum@dreamhost.com>2012-01-04 15:36:08 -0800
committerGreg Farnum <gregory.farnum@dreamhost.com>2012-01-04 17:11:36 -0800
commitc8a13f2b7d1c5f1dad513a67cbe90c1073210415 (patch)
treec15ac8c159e8e6ba74fe81c7b762672a9972574e /qa
parent61c3a9188f8346ea8937bf16f0dd961349a10428 (diff)
downloadceph-c8a13f2b7d1c5f1dad513a67cbe90c1073210415.tar.gz
qa: fix mdstable script for proper injectargs use.
This script is fairly primitive, but somebody might find it useful... Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to 'qa')
-rwxr-xr-xqa/mds/test_mdstable_failures.sh2
1 files changed, 1 insertions, 1 deletions
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