Skip to content
Snippets Groups Projects
Commit 3a25a5e0 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

recovery-small.sh: test_55: fix obvious typos.

parent fbf5870b
No related branches found
No related tags found
No related merge requests found
...@@ -841,7 +841,7 @@ test_55() { ...@@ -841,7 +841,7 @@ test_55() {
mkdir -p $DIR/$tdir mkdir -p $DIR/$tdir
# first dd should be finished quickly # first dd should be finished quickly
lfs setstripe DIR/$tdir/$tfile-1 -c 1 -i 0 lfs setstripe $DIR/$tdir/$tfile-1 -c 1 -i 0
dd if=/dev/zero of=$DIR/$tdir/$tfile-1 bs=32M count=4 & dd if=/dev/zero of=$DIR/$tdir/$tfile-1 bs=32M count=4 &
DDPID=$! DDPID=$!
count=0 count=0
...@@ -856,7 +856,7 @@ test_55() { ...@@ -856,7 +856,7 @@ test_55() {
done done
echo "(dd_pid=$DDPID, time=$count)successful" echo "(dd_pid=$DDPID, time=$count)successful"
lfs setstripe DIR/$tdir/$tfile-2 -c 1 -i 0 lfs setstripe $DIR/$tdir/$tfile-2 -c 1 -i 0
#define OBD_FAIL_OST_DROP_REQ 0x21d #define OBD_FAIL_OST_DROP_REQ 0x21d
do_facet ost1 lctl set_param fail_loc=0x0000021d do_facet ost1 lctl set_param fail_loc=0x0000021d
# second dd will be never finished # second dd will be never finished
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment