]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb/ceph: Add optional namespace support for mutex helper
authorGünther Deschner <gd@samba.org>
Fri, 7 Jun 2024 09:09:37 +0000 (14:39 +0530)
committerJule Anger <janger@samba.org>
Wed, 3 Jul 2024 08:48:12 +0000 (08:48 +0000)
commit0597a2a62ac566a39c7a55334ded0b8b2a4ba433
treedb8a38be3d8ba3fbe3c786f5c935b54d99b3a17f
parentac5efd0302fa95de7a2be3498ebb266b2df36f63
ctdb/ceph: Add optional namespace support for mutex helper

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15665

RADOS objects within a pool can be associated to a namespace for
logical separation. librados already provides an API to configure
such a namespace with respect to a context. Make use of it as an
optional argument to the helper binary.

Pair-Programmed-With: Anoop C S <anoopcs@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
(cherry picked from commit d8c52995f68fe088dd2174562faee69ed1c95edd)
ctdb/utils/ceph/ctdb_mutex_ceph_rados_helper.c