From: Anoop C S Date: Thu, 5 Sep 2024 06:15:19 +0000 (+0530) Subject: docs_xml/vfs_ceph_new: Add new proxy option X-Git-Tag: samba-4.20.8~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3faed2e07ccbfd22c0336a8caa8eeafd82b583;p=thirdparty%2Fsamba.git docs_xml/vfs_ceph_new: Add new proxy option Update man page to describe new 'proxy' module option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15703 Signed-off-by: Anoop C S Reviewed-by: Guenther Deschner Autobuild-User(master): Anoop C S Autobuild-Date(master): Thu Sep 12 16:51:14 UTC 2024 on atb-devel-224 (cherry picked from commit 12ad4832a74a6fba3fb8954a8630b900f5763f18) --- diff --git a/docs-xml/manpages/vfs_ceph_new.8.xml b/docs-xml/manpages/vfs_ceph_new.8.xml index b0640a591a5..eaf5b66cceb 100644 --- a/docs-xml/manpages/vfs_ceph_new.8.xml +++ b/docs-xml/manpages/vfs_ceph_new.8.xml @@ -152,6 +152,35 @@ + + ceph_new:proxy = [ yes | no | auto ] + + + Allows one to indicate use of the libcephfs proxy library + for optimized resource utilization, allowing more simultaneous + client connections. Prerequisites include the presence of + libcephfs_proxy.so.X shared library file + under loadable locations for dynamic linker and an active(running) + libcephfsd daemon. + + + + no (default) - Do + not use the proxy library but regular connection through + libcephfs.so.X. + + yes - Always use + the proxy library and fail the client connection request + if prerequisites are unmet. + + auto - Attempt to + use the proxy library but fall back to the regular cephfs + connection if prerequisites are unmet. + + + + +