summaryrefslogtreecommitdiffstats
path: root/ufo/etc
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2013-03-19 09:29:52 +0530
committerAnand Avati <avati@redhat.com>2013-03-21 14:07:27 -0700
commit790cbb82a12accc99312117bfa632227c8127f53 (patch)
tree2c7e4719ac57e256964adbf29a71645b9f43fb11 /ufo/etc
parent5d19cddd601b2819d2ea908961c7ea9835beccc7 (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')
-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 bbbdc2bd..54822a43 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.