summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2019-02-22 10:24:44 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2019-03-12 20:56:57 +0000
commitbda2feeaf2917996c59c0c2188bfa1a17d91895f (patch)
treea9120fa2d8e4a2cd68a5bfb3bf3ce8aaef1edf9c
parent05fce4e66881f778d69240e93eeb2e2912455666 (diff)
doc: Update release notes for Samba integration
Change-Id: I2a246111522bd3cb0c9b228ed3387e72b0ac20a4 updates: bz#1672818 Signed-off-by: Anoop C S <anoopcs@redhat.com>
-rw-r--r--doc/release-notes/6.0.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release-notes/6.0.md b/doc/release-notes/6.0.md
index 9140df51543..810a3fad3a7 100644
--- a/doc/release-notes/6.0.md
+++ b/doc/release-notes/6.0.md
@@ -118,6 +118,19 @@ process
This enables better performance as the data is served from the kernel page cache
where possible.
+#### 6. Changes to gluster based SMB share management
+
+Previously all GlusterFS volumes were being exported by default via smb.conf in
+a Samba-CTDB setup. This includes creating a share section for CTDB lock volume
+too which is not recommended. Along with few syntactical errors these scripts
+failed to execute in a non-Samba setup in the absence of necessary configuration
+and binary files.
+
+Hereafter newly created GlusterFS volumes are not exported as SMB share via
+Samba unless either of 'user.cifs' or 'user.smb' volume set options are enabled
+on the volume. The existing GlusterFS volume share sections in smb.conf will
+remain unchanged.
+
### Developer
#### 1. Gluster code can be compiled and executed using [TSAN](https://clang.llvm.org/docs/ThreadSanitizer.html)