diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2013-06-24 02:57:07 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-06-28 09:25:07 -0700 |
commit | ac62c953e499dca873fbf808b95df0feb50bda27 (patch) | |
tree | eff4f53a90781fcc11ef5a5e14c93c081efdc3aa /extras/hook-scripts/Makefile.am | |
parent | e216e2e6fcc537d7fdae4527043a2a71732c7d36 (diff) |
extras/hook-scripts: Set of changes for new samba share method.
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 <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/5247
Reviewed-by: José Rivera <jrivera@redhat.com>
Tested-by: José Rivera <jrivera@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras/hook-scripts/Makefile.am')
-rw-r--r-- | extras/hook-scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |