From: Shachar Sharon Date: Mon, 5 Aug 2024 16:12:29 +0000 (+0300) Subject: docs-xml/manpages: 'ceph_new' prefix for config-param of vfs_ceph_new X-Git-Tag: tdb-1.4.13~1395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68f0835c8e1c5029cd831c267b75c02185b206c7;p=thirdparty%2Fsamba.git 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 Reviewed-by: Anoop C S Reviewed-by: Guenther Deschner Autobuild-User(master): Günther Deschner Autobuild-Date(master): Thu Aug 8 13:54:34 UTC 2024 on atb-devel-224 --- diff --git a/docs-xml/manpages/vfs_ceph_new.8.xml b/docs-xml/manpages/vfs_ceph_new.8.xml index 7a65b965ce0..b0640a591a5 100644 --- a/docs-xml/manpages/vfs_ceph_new.8.xml +++ b/docs-xml/manpages/vfs_ceph_new.8.xml @@ -111,20 +111,20 @@ - ceph:config_file = path + ceph_new:config_file = path Allows one to define a ceph configfile to use. Empty by default. - Example: ceph:config_file = + Example: ceph_new:config_file = /etc/ceph/ceph.conf - ceph:user_id = name + ceph_new:user_id = name Allows one to explicitly set the client ID used for the @@ -132,13 +132,13 @@ client default). - Example: ceph:user_id = samba + Example: ceph_new:user_id = samba - ceph:filesystem = fs_name + ceph_new:filesystem = fs_name Allows one to explicitly select the CephFS file system @@ -147,7 +147,7 @@ system of the Ceph cluster). - Example: ceph:filesystem = myfs2 + Example: ceph_new:filesystem = myfs2