/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Server/Storage/clusterfs/gluster/gluster-samba.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

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