diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-14 11:53:12 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-14 11:41:26 -0700 |
commit | 4175e092e3521c1f095d6307ea9b05c7c49b02c6 (patch) | |
tree | f530e79b071bff2f3146dba4881ca0abff599137 /xlators/mgmt/glusterd/src/glusterd.c | |
parent | 4055c85a23043afdf3ad708d28aedc55805b1043 (diff) |
mgmt/glusterd: restart gsyncd on glusterd restart
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2761 (Restart gsyncd processes on glusterd restart)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2761
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index e1c338bc3..7d20d6c5e 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -500,6 +500,9 @@ init (xlator_t *this) glusterd_opinfo_init (); glusterd_restart_bricks (conf); + ret = glusterd_restart_gsyncds (conf); + if (ret) + goto out; ret = 0; out: if (ret < 0) { |