From 920b2d897495f3e1bfe892e6470657c711220b83 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 17 Jun 2010 13:09:22 -0700 Subject: [PATCH] qa: fix mdstable failure tests --- qa/mds/test_mdstable_failures.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 qa/mds/test_mdstable_failures.sh diff --git a/qa/mds/test_mdstable_failures.sh b/qa/mds/test_mdstable_failures.sh old mode 100644 new mode 100755 index 507395268f228..68a85accfd3f6 --- 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 -- 2.39.5