From 3c86f727f006ecb86e7a02acc4a4ce4d524894ed Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Wed, 14 Oct 2015 13:07:53 +0300 Subject: [PATCH] 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 --- lustre/osp/osp_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1