]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml/manpages: 'ceph_new' prefix for config-param of vfs_ceph_new
authorShachar Sharon <ssharon@redhat.com>
Mon, 5 Aug 2024 16:12:29 +0000 (19:12 +0300)
committerGünther Deschner <gd@samba.org>
Thu, 8 Aug 2024 13:54:34 +0000 (13:54 +0000)
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

docs-xml/manpages/vfs_ceph_new.8.xml

index 7a65b965ce0171e05036979d9b499313503a3730..b0640a591a51d110622475d278bf03a372b4c073 100644 (file)
        <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
                        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
                        system of the Ceph cluster).
                </para>
                <para>
-                       Example: ceph:filesystem = myfs2
+                       Example: ceph_new:filesystem = myfs2
                </para>
                </listitem>
                </varlistentry>