]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb/doc: document the newly added option to not register the helper
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 10 Mar 2025 20:47:10 +0000 (16:47 -0400)
committerAnoop C S <anoopcs@samba.org>
Fri, 14 Mar 2025 09:42:02 +0000 (09:42 +0000)
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 <jmulligan@redhat.com>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Fri Mar 14 09:42:02 UTC 2025 on atb-devel-224

ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml

index 93d79cea5dc5b3cfe695d677b076ef75baa43d56..9bd17f41aa7ba7d6c58b92112bb32193623ff227 100644 (file)
@@ -29,7 +29,7 @@
       <manvolnum>5</manvolnum></citerefentry>:
     </para>
     <screen format="linespecific">
-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
     </screen>
     <para>
       The Ceph cluster <parameter>Cluster</parameter> must be up and running,