/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 - Since samba 4.1, 'samba-vfs-gluster' module is provided (but not compiled in SuSE. Just rebuild RPM, it is enough). 
 The following configuration is needed:
    [pdv]
	comment = PDV data
	path = /
	read only = Yes
	guest ok = Yes
	kernel share modes = No
	vfs objects = glusterfs
	glusterfs:loglevel = 7
	glusterfs:logfile = /var/log/samba/glusterfs-pdv.log
	glusterfs:volume = pdv
	hosts allow = 141.52.64.0/23 192.168.26.0/24 127.0.0.1
 - Some problems may be caused by AppArmor. Just remove smb profile.
 - Path specified subfolder relative to Gluster folder.