Here are my two configs file
glusterfsd.vol
Code:
# Configuration for the vmail server volume
volume posix-vmail
type storage/posix
option directory /data/export-vmail
end-volume
volume locks-vmail
type features/locks
subvolumes posix-vmail
end-volume
volume brick-vmail
type performance/io-threads
option thread-count 8
subvolumes locks-vmail
end-volume
# Configuration for the www server volume
volume posix-www
type storage/posix
option directory /data/export-www
end-volume
volume locks-www
type features/locks
subvolumes posix-www
end-volume
volume brick-www
type performance/io-threads
option thread-count 8
subvolumes locks-www
end-volume
# export all volumes
volume server
type protocol/server
option transport-type tcp
subvolumes brick-vmail brick-www
# Authentification options for the vmail volume
option auth.addr.brick-vmail.allow 172.16.46.244,172.16.46.243
option auth.login.brick-vmail.allow user-vmail
option auth.login.user-vmail.password XXXX
# authentification options for www
option auth.addr.brick-www.allow 172.16.46.244,172.16.46.243
option auth.login.brick-www.allow user-www
option auth.login.user-www.password XXXX
end-volume
glusterfs-www.vol
Code:
volume remote1-www
type protocol/client
option transport-type tcp
option remote-host 172.16.46.244
option remote-subvolume brick-www
option username user-www
option password XXXX
end-volume
volume remote2-www
type protocol/client
option transport-type tcp
option remote-host 172.16.46.243
option remote-subvolume brick-www
option username user-www
option password XXXX
end-volume
volume replicate-www
type cluster/replicate
subvolumes remote1-www remote2-www
end-volume
volume writebehind-www
type performance/write-behind
option window-size 1MB
subvolumes replicate-www
end-volume
volume cache-www
type performance/io-cache
option cache-size 256MB
subvolumes writebehind-www
end-volume
Recent comments
14 hours 50 min ago
17 hours 45 min ago
18 hours 59 min ago
20 hours 23 min ago
22 hours 1 min ago
23 hours 29 min ago
1 day 43 min ago
1 day 16 hours ago
1 day 17 hours ago
1 day 21 hours ago