1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

docs-xml/manpages: 'ceph_new' prefix for config-param of vfs_ceph_new

With 'ceph_new' prefix used by vfs_ceph_new for config parameters,
update the relevant man-page accordingly.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>

Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Thu Aug  8 13:54:34 UTC 2024 on atb-devel-224
This commit is contained in:
Shachar Sharon 2024-08-05 19:12:29 +03:00 committed by Günther Deschner
parent aca4cf8327
commit 68f0835c8e

View File

@ -111,20 +111,20 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>ceph:config_file = path</term> <term>ceph_new:config_file = path</term>
<listitem> <listitem>
<para> <para>
Allows one to define a ceph configfile to use. Empty by default. Allows one to define a ceph configfile to use. Empty by default.
</para> </para>
<para> <para>
Example: ceph:config_file = Example: ceph_new:config_file =
/etc/ceph/ceph.conf /etc/ceph/ceph.conf
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>ceph:user_id = name</term> <term>ceph_new:user_id = name</term>
<listitem> <listitem>
<para> <para>
Allows one to explicitly set the client ID used for the Allows one to explicitly set the client ID used for the
@ -132,13 +132,13 @@
client default). client default).
</para> </para>
<para> <para>
Example: ceph:user_id = samba Example: ceph_new:user_id = samba
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>ceph:filesystem = fs_name</term> <term>ceph_new:filesystem = fs_name</term>
<listitem> <listitem>
<para> <para>
Allows one to explicitly select the CephFS file system Allows one to explicitly select the CephFS file system
@ -147,7 +147,7 @@
system of the Ceph cluster). system of the Ceph cluster).
</para> </para>
<para> <para>
Example: ceph:filesystem = myfs2 Example: ceph_new:filesystem = myfs2
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>