Whamcloud - gitweb
LU-6684 lfsck: stop lfsck even if some servers offline
[fs/lustre-release.git] / lustre / osp / osp_trans.c
index 9c2f914..f6a5bbf 100644 (file)
@@ -454,6 +454,7 @@ int osp_remote_sync(const struct lu_env *env, struct osp_device *osp,
         * might be used to retrieve update log during recovery process, so
         * it will be allowed to send during recovery process */
        req->rq_allow_replay = 1;
+       req->rq_allow_intr = 1;
 
        /* Note: some dt index api might return non-zero result here, like
         * osd_index_ea_lookup, so we should only check rc < 0 here */