summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/cluster_configure/example.conf
blob: 3bb461e41225675b01488ba896fe231c38ead6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[DEFAULT]
cluster = foobar
domain = foobar.local
chroot_parent = /var/lib/nas-chroot
scp_chroot = %(chroot_parent)s/scp
clusterfs_default_mountpoint = /clusterfs

[filesystem:0]
type = gpfs
mountpoint = %(clusterfs_default_mountpoint)s

[share:data]
directory = %(clusterfs_default_mountpoint)s/data
filesystem = %(clusterfs_default_mountpoint)s
permissions = 0777
comment = An example share

[package:ctdb]
deterministic_ips = 0

[package:vsftpd]
chroot_dir = %(chroot_parent)s/ftp

[export:vsftpd:data]
share = data

[package:httpd]
# This section left intentionally empty.

[export:httpd:data]
share = data

[package:nfs-utils]
nfs_hostname = %(cluster)s

[export:nfs-utils:data]
share = data
fsid = 834258092

[package:samba]
workgroup = %(cluster)s
realm = %(domain)s
chroot_dir = %(scp_chroot)s

[export:samba:data]
share = data

[package:openssh-server]
chroot_dir = %(scp_chroot)s

[export:openssh-server:data]
share = data

[package:rssh]
chroot_dir = %(scp_chroot)s