summaryrefslogtreecommitdiffstats
path: root/ufo/etc/fs.conf-gluster
blob: bbbdc2bd10d52be16091d671b16a27b72b49d52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[DEFAULT]
# IP address of a GlusterFS volume server member. By default, we assume the
# local host.
mount_ip = localhost

# The GlusterFS server need not be local, a remote server can also be used
# by setting "remote_cluster = yes".
remote_cluster = no

# By default it is assumed the Gluster volumes can be accessed using other
# methods besides UFO (not object only), which disables a caching
# optimizations in order to keep in sync with file system changes.
object_only = no