DEBUG_REQ(D_WARNING, req, "Version mismatch during replay\n");
spin_lock(&imp->imp_lock);
imp->imp_vbr_failed = 1;
- imp->imp_no_lock_replay = 1;
spin_unlock(&imp->imp_lock);
} else {
/* The transno had better not change over replay. */
}
spin_lock(&imp->imp_lock);
- /* if replays by version then gap was occur on server, no trust to locks */
- if (lustre_msg_get_flags(req->rq_repmsg) & MSG_VERSION_REPLAY)
- imp->imp_no_lock_replay = 1;
imp->imp_last_replay_transno = lustre_msg_get_transno(req->rq_reqmsg);
spin_unlock(&imp->imp_lock);
LASSERT(imp->imp_last_replay_transno);
set -e
-# bug number:
-ALWAYS_EXCEPT="3c 4b 4c 10 $REPLAY_VBR_EXCEPT"
+# bug number: 18946
+ALWAYS_EXCEPT="2 3c 4b 4c 10 $REPLAY_VBR_EXCEPT"
SAVE_PWD=$PWD
PTLDEBUG=${PTLDEBUG:--1}
replay_barrier mds
do_node $CLIENT2 mcreate $DIR/$tdir/$tfile
do_node $CLIENT1 createmany -o $DIR/$tfile- 25
- #do_node $CLIENT2 createmany -o $DIR/$tdir/$tfile-2- 1
do_node $CLIENT1 $CHECKSTAT $DIR/$tdir/$tfile
do_node $CLIENT1 createmany -o $DIR/$tfile-3- 25
zconf_umount $CLIENT2 $DIR