1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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 <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>

Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Thu Sep 12 16:51:14 UTC 2024 on atb-devel-224
This commit is contained in:
Anoop C S 2024-09-05 11:45:19 +05:30
parent 095ece43a2
commit 12ad4832a7

View File

@ -152,6 +152,35 @@
</listitem>
</varlistentry>
<varlistentry>
<term>ceph_new:proxy = [ yes | no | auto ]</term>
<listitem>
<para>
Allows one to indicate use of the libcephfs proxy library
for optimized resource utilization, allowing more simultaneous
client connections. Prerequisites include the presence of
<emphasis>libcephfs_proxy.so.X</emphasis> shared library file
under loadable locations for dynamic linker and an active(running)
<emphasis>libcephfsd</emphasis> daemon.
</para>
<itemizedlist>
<listitem><para><constant>no</constant> (default) - Do
not use the proxy library but regular connection through
<emphasis>libcephfs.so.X</emphasis>.</para></listitem>
<listitem><para><constant>yes</constant> - Always use
the proxy library and fail the client connection request
if prerequisites are unmet.</para></listitem>
<listitem><para><constant>auto</constant> - Attempt to
use the proxy library but fall back to the regular cephfs
connection if prerequisites are unmet.</para></listitem>
</itemizedlist>
</listitem>
</varlistentry>
</variablelist>
</refsect1>