From: John Mulligan Date: Mon, 10 Mar 2025 20:47:10 +0000 (-0400) Subject: ctdb/doc: document the newly added option to not register the helper X-Git-Tag: tevent-0.17.0~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f912b811f1094ba69c16fb9f11a80b29f0ab69c;p=thirdparty%2Fsamba.git ctdb/doc: document the newly added option to not register the helper Add the newly established -R (no-register) option to allow skipping the registration of the helper as a ceph service. Signed-off-by: John Mulligan Reviewed-by: Guenther Deschner Reviewed-by: Anoop C S Autobuild-User(master): Anoop C S Autobuild-Date(master): Fri Mar 14 09:42:02 UTC 2025 on atb-devel-224 --- diff --git a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml index 93d79cea5dc..9bd17f41aa7 100644 --- a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml +++ b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml @@ -29,7 +29,7 @@ 5: -cluster lock = !ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object] [Timeout] [-n Namespace] +cluster lock = !ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object] [Timeout] [-n Namespace] [-R] Cluster: Ceph cluster name (e.g. ceph) User: Ceph cluster user name (e.g. client.admin) @@ -37,6 +37,7 @@ Pool: Ceph RADOS pool name Object: Ceph RADOS object name Timeout: Ceph RADOS lock duration in seconds (optional) Namespace: Ceph RADOS pool namespace (optional) +No-register (-R): Skip registering the mutex helper as a ceph service The Ceph cluster Cluster must be up and running,