1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

doc/vfs_ceph: document ceph:filesystem parameter

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
This commit is contained in:
John Mulligan 2023-02-15 16:09:48 -05:00 committed by Anoop C S
parent 5e49d4b431
commit 62ea6ae8c9

View File

@ -127,6 +127,21 @@
</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>