]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: fix RequestLockPayload log message in ImageWatcher
authorIlya Dryomov <idryomov@gmail.com>
Mon, 22 Dec 2025 18:07:27 +0000 (19:07 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 20 Jan 2026 00:13:20 +0000 (01:13 +0100)
commitff89abf5ddcca91c34cfd46d288d41fe93ec38b0
treecc4954f915f7a1f7cc111a077fb363f37380b439
parent9159a2dd032bf47a030260660ff64b5be2d72648
librbd: fix RequestLockPayload log message in ImageWatcher

exclusive_lock::Policy::lock_requested() isn't guaranteed to queue
the release of exclusive lock (and in fact only one of the two existing
implementations does that).  Instead of talking about the lock, log the
response to the notification.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/librbd/ImageWatcher.cc