From 28fbc8ff19b7068d0e1f8d74aadb1bf8fd9bb5d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 7 Jun 2024 14:40:07 +0530 Subject: [PATCH] ctdb/docs: Include ceph rados namespace support in man page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=15665 Document the new optional argument to specify the namespace to be associated with RADOS objects in a pool. Pair-Programmed-With: Anoop C S Signed-off-by: Günther Deschner Reviewed-by: Günther Deschner Reviewed-by: David Disseldorp Autobuild-User(master): Anoop C S Autobuild-Date(master): Fri Jun 14 07:42:25 UTC 2024 on atb-devel-224 (cherry picked from commit 35f6c3f3d4a5521e6576fcc0dd7dd3bbcea041b2) --- ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml index dd3dbabdd50..b6ad452a9ec 100644 --- a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml +++ b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml @@ -29,12 +29,14 @@ 5: -cluster lock = !ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object] +cluster lock = !ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object] [Timeout] [-n Namespace] Cluster: Ceph cluster name (e.g. ceph) User: Ceph cluster user name (e.g. client.admin) Pool: Ceph RADOS pool name Object: Ceph RADOS object name +Timeout: Ceph RADOS lock duration in seconds (optional) +Namespace: Ceph RADOS pool namespace (optional) The Ceph cluster Cluster must be up and running, -- 2.47.2