summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2020-11-24 15:38:41 +0100
committerGünther Deschner <gd@samba.org>2020-11-27 17:15:07 +0000
commit369c1d539837b70e94fe9d533d44860c8a9380a1 (patch)
tree3e8efa3114ec5de36d0f338ac583ad5d29e8a4b9 /docs-xml
parent5c27740aeff273bcd5f027d36874e56170234146 (diff)
downloadsamba-369c1d539837b70e94fe9d533d44860c8a9380a1.tar.gz
vfs_glusterfs: print exact cmdline for disabling write-behind translator
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14486 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Nov 27 17:15:07 UTC 2020 on sn-devel-184
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_glusterfs.8.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs-xml/manpages/vfs_glusterfs.8.xml b/docs-xml/manpages/vfs_glusterfs.8.xml
index ca6085a0595..d25135e14ac 100644
--- a/docs-xml/manpages/vfs_glusterfs.8.xml
+++ b/docs-xml/manpages/vfs_glusterfs.8.xml
@@ -179,10 +179,14 @@
translator and refuse to connect if detected.
Please disable the write-behind translator for the GlusterFS
volume to allow the plugin to connect to the volume.
+ The write-behind translator can easily be disabled via calling
+ <programlisting>
+ gluster volume set &lt;volumename&gt; performance.write-behind off
+ </programlisting> on the commandline.
</para>
<para>
With GlusterFS versions >= 9, we silently bypass write-behind
- translator during intial connect and failure is avoided.
+ translator during initial connect and failure is avoided.
</para>
</refsect1>