From 5dc28ce222744b2c5b00fe3c81685372c11fa50f Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Fri, 27 Feb 2026 11:04:19 -0500 Subject: [PATCH] doc: document the new locally_enabled field Document the new locally_enabled field for the remote_control subsection of the Cluster resource config. Signed-off-by: John Mulligan --- doc/mgr/smb.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 241645fccd4..e97480ef915 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -680,6 +680,13 @@ remote_control ca_cert Optional object. The fields are described in :ref:`tls source fields` + locally_enabled + Optional boolean. If set to ``true`` this field will enable the + remote control service local listener. The local listener lets + processes on the Ceph cluster host communicate with the remote + control service independently of the default TCP/mTLS listener. + The TLS certificates configuration values do not apply to this + unix socket based listener. external_ceph_cluster: Optional object. The fields are described in :ref:`external Ceph cluster source fields`. This is an -- 2.47.3