From 6f912b811f1094ba69c16fb9f11a80b29f0ab69c Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 10 Mar 2025 16:47:10 -0400 Subject: [PATCH] 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 --- ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml | 3 ++- 1 file changed, 2 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 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, -- 2.47.2