doc/vfs_ceph: document ceph:filesystem parameter
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 15 Feb 2023 21:09:48 +0000 (16:09 -0500)
committerAnoop C S <anoopcs@samba.org>
Fri, 24 Feb 2023 05:37:57 +0000 (05:37 +0000)
Document how the `ceph:filesystem` parameter allows one to select
the cephfs file system to use for the share.

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 Feb 24 05:37:57 UTC 2023 on atb-devel-224

docs-xml/manpages/vfs_ceph.8.xml

index 73726ca10621f396b7d42e1ef3536cf556626076..47b5523b9a19adbc342cc64e5bfd06c08690057e 100644 (file)
                </listitem>
                </varlistentry>
 
+               <varlistentry>
+               <term>ceph:filesystem = fs_name</term>
+               <listitem>
+               <para>
+                       Allows one to explicitly select the CephFS file system
+                       to use when the Ceph cluster supports more than one
+                       file system. Empty by default (use the default file system
+                       of the Ceph cluster).
+               </para>
+               <para>
+                       Example: ceph:filesystem = myfs2
+               </para>
+               </listitem>
+               </varlistentry>
+
        </variablelist>
 
 </refsect1>