From 5a4893b7a7e50cc399696e1d0cb4d4f8785e723d Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 28 Apr 2016 11:10:25 -0400 Subject: [PATCH] librbd: reduce log level when lock owner not detected This can happen under normal operating conditions and the lock request is automatically retried. Signed-off-by: Jason Dillaman --- src/librbd/image_watcher/NotifyLockOwner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/image_watcher/NotifyLockOwner.cc b/src/librbd/image_watcher/NotifyLockOwner.cc index 9ee0ebe8a2d..09a3e43e8da 100644 --- a/src/librbd/image_watcher/NotifyLockOwner.cc +++ b/src/librbd/image_watcher/NotifyLockOwner.cc @@ -78,7 +78,7 @@ void NotifyLockOwner::handle_notify(int r) { } if (!lock_owner_responded) { - lderr(cct) << ": no lock owners detected" << dendl; + ldout(cct, 1) << ": no lock owners detected" << dendl; finish(-ETIMEDOUT); return; } -- 2.39.5