From 7e5e755302610235a2fe76434909e43e546d0c69 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Sep 2003 17:07:09 +0000 Subject: [PATCH] Make recovery-small.sh on the HEAD actually drop the right message types. --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index bc6a9c1..c3010e8 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -46,14 +46,14 @@ do_ost() { drop_request() { # OBD_FAIL_MDS_ALL_REQUEST_NET - do_mds "echo 0x121 > /proc/sys/lustre/fail_loc" + do_mds "echo 0x123 > /proc/sys/lustre/fail_loc" do_client "$1" do_mds "echo 0 > /proc/sys/lustre/fail_loc" } drop_reply() { # OBD_FAIL_MDS_ALL_REPLY_NET - do_mds "echo 0x120 > /proc/sys/lustre/fail_loc" + do_mds "echo 0x122 > /proc/sys/lustre/fail_loc" do_client "$@" do_mds "echo 0 > /proc/sys/lustre/fail_loc" } -- 1.8.3.1