From e2575ba00c9299328c95ca967f385efb5fa7345e Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Sat, 9 May 2015 10:03:42 +0530 Subject: geo-rep: Update Not Started to Created in code and doc "Not Started" status is now "Created", replaced "Not Started" string in code and doc. Change-Id: If7d606c2cc8156e41291e7eebe9d0da4ad7ac28d Signed-off-by: Aravinda VK BUG: 1219938 Reviewed-on: http://review.gluster.org/10698 Reviewed-on: http://review.gluster.org/10699 Reviewed-by: Kotresh HR Tested-by: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 8209e779c52..a22bc3ba7df 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -4345,7 +4345,7 @@ _local_gsyncd_start (dict_t *this, char *key, data_t *value, void *data) /* Looks for the last status, to find if the sessiom was running * when the node went down. If the session was not started or * not started, do not restart the geo-rep session */ - if ((!strcmp (buf, "Not Started")) || + if ((!strcmp (buf, "Created")) || (!strcmp (buf, "Stopped"))) { gf_log (this1->name, GF_LOG_INFO, "Geo-Rep Session was not started between " -- cgit