summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2
blob: 7354ab66880d0eb854e9c97903d54e6884d1043b (plain)
1
2
3
4
5
6
7
8
9
[{{ samba_share }}]
comment = For samba share of volume {{ cluster_volume }}
vfs objects = acl_xattr glusterfs
glusterfs:volume = {{ cluster_volume }}
glusterfs:logfile = /var/log/samba/{{ samba_share }}.%M.log
glusterfs:loglevel = 7
path = /
read only = no