From: Alex Zhuravlev Date: Wed, 14 Oct 2015 10:07:53 +0000 (+0300) Subject: LU-7295 osp: do not warn on uncommitted changes X-Git-Tag: 2.7.62~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3c86f727f006ecb86e7a02acc4a4ce4d524894ed;p=fs%2Flustre-release.git LU-7295 osp: do not warn on uncommitted changes there is no need to warn about uncommitted changes at umount. Change-Id: I7a5578d7ea044553fa8a9544e1ee6998468842b4 Signed-off-by: Alex Zhuravlev Reviewed-on: http://review.whamcloud.com/16817 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Mike Pershin Reviewed-by: Niu Yawei Reviewed-by: Oleg Drokin --- diff --git a/lustre/osp/osp_sync.c b/lustre/osp/osp_sync.c index 4c20df9..8765678 100644 --- a/lustre/osp/osp_sync.c +++ b/lustre/osp/osp_sync.c @@ -1030,7 +1030,7 @@ static void osp_sync_process_committed(const struct lu_env *env, CERROR("%s: can't cancel record: %d\n", obd->obd_name, rc); } else { - DEBUG_REQ(D_ERROR, req, "imp_committed = "LPU64, + DEBUG_REQ(D_OTHER, req, "imp_committed = "LPU64, imp->imp_peer_committed_transno); } ptlrpc_req_finished(req);