summaryrefslogtreecommitdiffstats
path: root/ufo/etc/fs.conf-gluster
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2013-03-19 09:29:52 +0530
committerPeter Portante <peter.portante@redhat.com>2013-04-29 16:35:57 -0400
commit287a52aa098427fd87fb8a81fd735f14c4714a85 (patch)
tree37c18e9a20fbf38c3d1920dab9ff6639645db482 /ufo/etc/fs.conf-gluster
parentd6c287ab8cdc9b8f4a5c7f03ec0661c9155defd9 (diff)
object-storage: Removed the redundant REMOTE_CLUSTER option.
Gluster cli uses the remote-host option to connect to the glusterd and by default it uses localhost to connect to glusterd. So, UFO code will use the remote-host option everytime to connect to the glusterd. Change-Id: I5a684d3c43fe9bdc9cc0b7c472a9d8145f9e1fd4 BUG: 878663 Signed-off-by: Mohammed Junaid <junaid@redhat.com> Reviewed-on: http://review.gluster.org/4690 Reviewed-by: Peter Portante <pportant@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'ufo/etc/fs.conf-gluster')
-rw-r--r--ufo/etc/fs.conf-gluster4
1 files changed, 0 insertions, 4 deletions
diff --git a/ufo/etc/fs.conf-gluster b/ufo/etc/fs.conf-gluster
index bbbdc2b..54822a4 100644
--- a/ufo/etc/fs.conf-gluster
+++ b/ufo/etc/fs.conf-gluster
@@ -3,10 +3,6 @@
# 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.