summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-07-12 03:38:01 +0200
committerAnand Avati <avati@gluster.com>2011-07-29 03:29:25 -0700
commit8b9cb1701f6365f7b4f5ed166f37020781f59467 (patch)
treed6ee6ff633ebf80b8ec4d372e68f781b96408137 /xlators
parent8efbc829490420ebe75b42a1e0f268b950aaba91 (diff)
geo-rep: minor fixes
Change-Id: I5c5211858bdb2bd28324818362d95edd97f94207 BUG: 2778 Reviewed-on: http://review.gluster.com/81 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaushik BV <kaushikbv@gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/marker/utils/syncdaemon/configinterface.py2
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/configinterface.py b/xlators/features/marker/utils/syncdaemon/configinterface.py
index a170b2236cb..dff6c111d5a 100644
--- a/xlators/features/marker/utils/syncdaemon/configinterface.py
+++ b/xlators/features/marker/utils/syncdaemon/configinterface.py
@@ -133,7 +133,7 @@ class GConffile(object):
if match:
update_from_sect(sect, MultiDict(dct, mad, *self.auxdicts))
if self.config.has_section(self.section()):
- update_from_sect(self.section(), MultiDict(dct, mad, *self.auxdicts))
+ update_from_sect(self.section(), MultiDict(dct, *self.auxdicts))
def get(self, opt=None):
d = {}
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c
index 19a7d9da00b..fa56898c829 100644
--- a/xlators/mgmt/glusterd/src/glusterd.c
+++ b/xlators/mgmt/glusterd/src/glusterd.c
@@ -417,7 +417,7 @@ configure_syncdaemon (glusterd_conf_t *conf)
runner_add_args (&runner, "gluster-command",
GFS_PREFIX"/sbin/glusterfs "
"--xlator-option *-dht.assert-no-child-down=true",
- "." ".", NULL);
+ ".", ".", NULL);
ret = runner_run (&runner);
if (ret)
goto out;