From: Günther Deschner Date: Fri, 7 Jun 2024 09:10:07 +0000 (+0530) Subject: ctdb/docs: Include ceph rados namespace support in man page X-Git-Tag: samba-4.19.8~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fbc8ff19b7068d0e1f8d74aadb1bf8fd9bb5d5;p=thirdparty%2Fsamba.git ctdb/docs: Include ceph rados namespace support in man page 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) --- 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,