summaryrefslogtreecommitdiffstats
path: root/qa/mds
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-06-17 22:09:22 +0200
committerSage Weil <sage@newdream.net>2010-06-17 22:09:22 +0200
commit920b2d897495f3e1bfe892e6470657c711220b83 (patch)
tree95ce966fe1a25d242eb3acb5f1d7bc025dd94b7f /qa/mds
parentceph: fix straggler header ifdef guards (diff)
downloadceph-920b2d897495f3e1bfe892e6470657c711220b83.tar.xz
ceph-920b2d897495f3e1bfe892e6470657c711220b83.zip
qa: fix mdstable failure tests
Diffstat (limited to 'qa/mds')
-rwxr-xr-x[-rw-r--r--]qa/mds/test_mdstable_failures.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/mds/test_mdstable_failures.sh b/qa/mds/test_mdstable_failures.sh
index 507395268f2..68a85accfd3 100644..100755
--- a/qa/mds/test_mdstable_failures.sh
+++ b/qa/mds/test_mdstable_failures.sh
@@ -3,9 +3,9 @@
for f in `seq 1 8`
do
echo testing failure point $f
- $bindir/ceph -c $conf mds injectargs 0 "--mds_kill_mdstable_at $f"
+ pushd . ; cd $bindir ; ./ceph -c $conf mds injectargs 0 "--mds_kill_mdstable_at $f" ; popd
sleep 1 # wait for mds command to go thru
- pushd . ; cd $bindir ; ./init-ceph -c $conf start mds ; popd
+ bash -c "pushd . ; cd $bindir ; sleep 10 ; ./init-ceph -c $conf start mds ; popd" &
touch $f
ln $f $f.link
done