[Gluster-devel] gdeploy support to enable samba on a GlusterFS volume

Sachidananda URS surs at redhat.com
Tue Aug 9 05:42:35 UTC 2016


On Tue, Aug 9, 2016 at 10:04 AM, Amye Scavarda <amye at redhat.com> wrote:

> Missing attachment? Or should people be looking somewhere else?
>

My Mistake. Attaching now.

-sac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-devel/attachments/20160809/7233c1d6/attachment.html>
-------------- next part --------------
# This configuration file will enables SAMBA on an existing volume

######################## WARNING #########################
# This does not work on a CTDB setup. This restarts SAMBA, which will fail on a
# CTDB setup. Do not run this configuration on a CTDB setup.

[hosts]
10.70.37.192
10.70.37.88

[volume]
action=smb-setup
volname=samba1
force=yes
smb_mountpoint=/mnt/smb
-------------- next part --------------
# This configuration file will create a volume and enables SAMBA on it.

######################## WARNING #########################
# This does not work on a CTDB setup. This restarts SAMBA, which will fail on a
# CTDB setup. Do not run this configuration on a CTDB setup.

[hosts]
10.70.37.192
10.70.37.88

[backend-setup]
devices=/dev/vdb
vgs=vg1
pools=pool1
lvs=lv1
mountpoints=/mnt/brick

[volume]
action=create
volname=samba1
smb=yes
force=yes
smb_username=smbuser
smb_password=smbuser
smb_mountpoint=/mnt/smb


More information about the Gluster-devel mailing list