From bda2feeaf2917996c59c0c2188bfa1a17d91895f Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Fri, 22 Feb 2019 10:24:44 +0530 Subject: doc: Update release notes for Samba integration Change-Id: I2a246111522bd3cb0c9b228ed3387e72b0ac20a4 updates: bz#1672818 Signed-off-by: Anoop C S --- doc/release-notes/6.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- cgit