From: adilger Date: Fri, 19 Sep 2003 17:07:09 +0000 (+0000) Subject: Make recovery-small.sh on the HEAD actually drop the right message types. X-Git-Tag: 0.9.1~217 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7e5e755302610235a2fe76434909e43e546d0c69;p=fs%2Flustre-release.git Make recovery-small.sh on the HEAD actually drop the right message types. --- 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" }