Skip to content
Snippets Groups Projects
Commit fcf5cb50 authored by Mikhail Pershin's avatar Mikhail Pershin
Browse files

- test fix from 12512

  b:12512
  i:grev, adilger
parent e94350fb
No related branches found
No related tags found
No related merge requests found
......@@ -1040,18 +1040,17 @@ run_test 47 "MDS->OSC failure during precreate cleanup (2824)"
test_48() {
remote_ost_nodsh && skip "remote OST with nodsh" && return 0
[ "$OSTCOUNT" -lt "2" ] && skip "$OSTCOUNT < 2 OSTs -- skipping" && return
replay_barrier $SINGLEMDS
createmany -o $DIR/$tfile 20 || return 1
# OBD_FAIL_OST_EROFS 0x216
fail $SINGLEMDS
facet_failover $SINGLEMDS
do_facet ost1 "lctl set_param fail_loc=0x80000216"
df $MOUNT || return 2
createmany -o $DIR/$tfile 20 20 || return 2
unlinkmany $DIR/$tfile 40 || return 3
do_facet ost1 "lctl set_param fail_loc=0"
return 0
}
run_test 48 "MDS->OSC failure during precreate cleanup (2824)"
......
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