From: Björn Jacke Date: Tue, 9 Sep 2014 20:35:08 +0000 (+0200) Subject: docs: mention incompatibility between kernel oplocks and streams_xattr X-Git-Tag: samba-4.0.23~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cc79d45e8ad6136f7376ef962f16d06caac55c;p=thirdparty%2Fsamba.git docs: mention incompatibility between kernel oplocks and streams_xattr See BUG https://bugzilla.samba.org/show_bug.cgi?id=7537 for details. Signed-off-by: Bjoern Jacke Autobuild-User(master): Björn Jacke Autobuild-Date(master): Fri Sep 12 18:29:37 CEST 2014 on sn-devel-104 (cherry picked from commit 27b2ddcddea5c32a84016b5c6843eb37d2798adf) Bug: https://bugzilla.samba.org/show_bug.cgi?id=10814 Autobuild-User(v4-0-test): Karolin Seeger Autobuild-Date(v4-0-test): Thu Sep 18 11:15:53 CEST 2014 on sn-devel-104 --- diff --git a/docs-xml/manpages/vfs_streams_xattr.8.xml b/docs-xml/manpages/vfs_streams_xattr.8.xml index 215fead5fc9..c10ece875cb 100644 --- a/docs-xml/manpages/vfs_streams_xattr.8.xml +++ b/docs-xml/manpages/vfs_streams_xattr.8.xml @@ -43,6 +43,10 @@ the size of xattrs. So this module might work for applications like IE that stores small zone information in streams but will fail for applications that store serious amounts of data in ADSs. + + CAUTION: Make sure to set "kernel oplocks = no" in smb.conf if + if you use this module because this combination is currently broken. + See Bug 7537 for details.