]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: reduce log level when lock owner not detected
authorJason Dillaman <dillaman@redhat.com>
Thu, 28 Apr 2016 15:10:25 +0000 (11:10 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 28 Apr 2016 17:00:04 +0000 (13:00 -0400)
This can happen under normal operating conditions and the
lock request is automatically retried.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/image_watcher/NotifyLockOwner.cc

index 9ee0ebe8a2d977b6b9ad66592c0d37ef7c84730f..09a3e43e8da9af136a3ef04bb9a4f3929adc71db 100644 (file)
@@ -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;
   }