From 8a50d4ff8f580a617d00e8c42f6d7a6813118864 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Tue, 8 Jul 2025 17:16:37 +0530 Subject: [PATCH] doc/mgr: Add doc for comment and max_connections Signed-off-by: Shwetha K Acharya --- doc/mgr/smb.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 63d3dbafe6c..b5cc3c8825d 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -602,6 +602,13 @@ readonly browseable Optional boolean, defaulting to true. If true the share will be included in share listings visible to clients +comment + Optional string. A single line description used to provide human-readable + explanation or notes about the share. +max_connections + Optional integer. Specifies the maximum number of simultaneous client + connections to a specific share. The default value is 0 and it indicates + that there is no limit on the number of connections cephfs Required object. Fields: -- 2.39.5