diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/syncdaemon/resource.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index 79dc9e79e9d..dadfc965336 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -1137,7 +1137,7 @@ class GLUSTER(AbstractUrl, SlaveLocal, SlaveRemote):          @classmethod          def make_cli_argv(cls): -            return [cls.get_glusterprog()] + \ +            return [cls.get_glusterprog()] + ['--remote-host=localhost'] + \                  gconf.gluster_cli_options.split() + ['system::']          @classmethod  | 
