Skip to content
Snippets Groups Projects
Commit 7e5e7553 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Make recovery-small.sh on the HEAD actually drop the right message types.

parent b3e64537
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
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