From: Ilya Dryomov Date: Thu, 25 Jul 2024 07:48:10 +0000 (+0200) Subject: doc/rbd/rbd-exclusive-locks: mention incompatibility with advisory locks X-Git-Tag: testing/wip-pdonnell-testing-20240726.202642-debug~19^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2e83b77c9f610f42765266ff4d4d7bc2a635eac8;p=ceph-ci.git doc/rbd/rbd-exclusive-locks: mention incompatibility with advisory locks This is due to both using the same name for the lock at the RADOS level ("rbd_lock"). Signed-off-by: Ilya Dryomov --- diff --git a/doc/rbd/rbd-exclusive-locks.rst b/doc/rbd/rbd-exclusive-locks.rst index f9b99dfb443..30be01fdb94 100644 --- a/doc/rbd/rbd-exclusive-locks.rst +++ b/doc/rbd/rbd-exclusive-locks.rst @@ -60,6 +60,10 @@ Exclusive locking is mostly transparent to the user: exclusive lock. This is exposed by the ``--exclusive`` option for ``rbd device map`` command. +.. note:: + The ``exclusive-lock`` feature is incompatible with RBD advisory locks + (the ``rbd lock add`` and ``rbd lock rm`` commands). + Blocklisting ============