summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-op-sm.c
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2011-04-05 10:22:57 +0000
committerVijay Bellur <vijay@gluster.com>2011-04-06 10:51:59 -0700
commit7bfaed649bf8a479afd051ea3c5adc7a4717b2fa (patch)
treeb1125fe4d80dd7073c841a0e730988e4c174c769 /xlators/mgmt/glusterd/src/glusterd-op-sm.c
parent282109ed02a1ad220027bc69398941ba2b115cd2 (diff)
change occurrences of marker_gsync to marker-gsync
Signed-off-by: Vijay Bellur <vijay@gluster.com> BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-op-sm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
index 0ae4f93e359..970ee716dd1 100644
--- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c
+++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
@@ -1988,7 +1988,7 @@ glusterd_op_stage_gsync_set (dict_t *dict, char **op_errstr)
gf_log ("", GF_LOG_WARNING, "gsync not running");
*op_errstr = gf_strdup ("gsync not running");
glusterd_gsync_volinfo_dict_set (volinfo,
- "features.marker_gsync", "off");
+ "features.marker-gsync", "off");
ret = -1;
goto out;
} else if (ret == -1) {
@@ -3926,7 +3926,7 @@ glusterd_set_marker_gsync (char *master, char *value)
}
ret = glusterd_gsync_volinfo_dict_set (volinfo,
- "features.marker_gsync", value);
+ "features.marker-gsync", value);
if (ret < 0)
goto out;