From ac62c953e499dca873fbf808b95df0feb50bda27 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Mon, 24 Jun 2013 02:57:07 +0530 Subject: extras/hook-scripts: Set of changes for new samba share method. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New method of creating a share of gluster volume through samba eliminates the requirement of fuse mount and changes in fstab. glusterfs vfs plugin has to be specified as required vfs object. Path now is relative to the root of gluster volume. / signifies complete volume. Change-Id: I3d80452cd58513ef59d6a816c1ab62ebc3b76a62 BUG: 953694 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/5247 Reviewed-by: José Rivera Tested-by: José Rivera Reviewed-by: Vijay Bellur --- extras/hook-scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hook-scripts/Makefile.am') diff --git a/extras/hook-scripts/Makefile.am b/extras/hook-scripts/Makefile.am index 5c6249de707..924c07c9e8b 100644 --- a/extras/hook-scripts/Makefile.am +++ b/extras/hook-scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh S30samba-stop.sh +EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh S30samba-stop.sh S30samba-set.sh -- cgit