mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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:
parent
aca4cf8327
commit
68f0835c8e
@ -111,20 +111,20 @@
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term>ceph:config_file = path</term>
|
||||
<term>ceph_new:config_file = path</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allows one to define a ceph configfile to use. Empty by default.
|
||||
</para>
|
||||
<para>
|
||||
Example: ceph:config_file =
|
||||
Example: ceph_new:config_file =
|
||||
/etc/ceph/ceph.conf
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ceph:user_id = name</term>
|
||||
<term>ceph_new:user_id = name</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allows one to explicitly set the client ID used for the
|
||||
@ -132,13 +132,13 @@
|
||||
client default).
|
||||
</para>
|
||||
<para>
|
||||
Example: ceph:user_id = samba
|
||||
Example: ceph_new:user_id = samba
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ceph:filesystem = fs_name</term>
|
||||
<term>ceph_new:filesystem = fs_name</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allows one to explicitly select the CephFS file system
|
||||
@ -147,7 +147,7 @@
|
||||
system of the Ceph cluster).
|
||||
</para>
|
||||
<para>
|
||||
Example: ceph:filesystem = myfs2
|
||||
Example: ceph_new:filesystem = myfs2
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user