87c3ef
From 0769c5ddc78ea37b9a43ac35dd71ec8cea4b8da8 Mon Sep 17 00:00:00 2001
87c3ef
From: yinkui <13965432176@163.com>
87c3ef
Date: Fri, 16 Aug 2019 10:15:07 +0800
87c3ef
Subject: [PATCH 412/449] gluster-smb:add smb parameter when access gluster by
87c3ef
 cifs
87c3ef
87c3ef
Backport of https://review.gluster.org/23240
87c3ef
87c3ef
Change-Id: I9ff54f2ca6f86bb5b2f4740485a0159e1fd7785f
87c3ef
BUG: 1783232
87c3ef
Signed-off-by: yinkui <13965432176@163.com>
87c3ef
Reviewed-on: https://code.engineering.redhat.com/gerrit/202472
87c3ef
Tested-by: RHGS Build Bot <nigelb@redhat.com>
87c3ef
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
87c3ef
---
87c3ef
 extras/hook-scripts/set/post/S30samba-set.sh     | 1 +
87c3ef
 extras/hook-scripts/start/post/S30samba-start.sh | 1 +
87c3ef
 2 files changed, 2 insertions(+)
87c3ef
87c3ef
diff --git a/extras/hook-scripts/set/post/S30samba-set.sh b/extras/hook-scripts/set/post/S30samba-set.sh
87c3ef
index d2a62d3..e73f00f 100755
87c3ef
--- a/extras/hook-scripts/set/post/S30samba-set.sh
87c3ef
+++ b/extras/hook-scripts/set/post/S30samba-set.sh
87c3ef
@@ -90,6 +90,7 @@ function add_samba_share () {
87c3ef
         STRING+="path = /\n"
87c3ef
         STRING+="read only = no\n"
87c3ef
         STRING+="guest ok = yes\n"
87c3ef
+        STRING+="kernel share modes = no\n"
87c3ef
         printf "$STRING"  >> ${CONFIGFILE}
87c3ef
 }
87c3ef
 
87c3ef
diff --git a/extras/hook-scripts/start/post/S30samba-start.sh b/extras/hook-scripts/start/post/S30samba-start.sh
87c3ef
index 2854bdd..0d5a5ed 100755
87c3ef
--- a/extras/hook-scripts/start/post/S30samba-start.sh
87c3ef
+++ b/extras/hook-scripts/start/post/S30samba-start.sh
87c3ef
@@ -89,6 +89,7 @@ function add_samba_share () {
87c3ef
         STRING+="path = /\n"
87c3ef
         STRING+="read only = no\n"
87c3ef
         STRING+="guest ok = yes\n"
87c3ef
+        STRING+="kernel share modes = no\n"
87c3ef
         printf "$STRING"  >> "${CONFIGFILE}"
87c3ef
 }
87c3ef
 
87c3ef
-- 
87c3ef
1.8.3.1
87c3ef