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 <avishwan@redhat.com>
BUG: 1219937
Reviewed-on: http://review.gluster.org/10698
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
This commit is contained in:
Aravinda VK 2015-05-09 10:03:42 +05:30 committed by Vijay Bellur
parent b46e65db72
commit deb76ef2a9
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ geo-replication sessions, as needed.
- **Initializing**: This is the initial phase of the Geo-replication session;
it remains in this state for a minute in order to make sure no abnormalities are present.
- **Not Started**: The geo-replication session is created, but not started.
- **Created**: The geo-replication session is created, but not started.
- **Active**: The gsync daemon in this node is active and syncing the data.

View File

@ -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 "