diff options
author | Vijay Bellur <vijay@gluster.com> | 2012-03-31 20:43:12 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-04-01 05:53:42 -0700 |
commit | c2dd1510e18e4c91d54ce4de91ecd47b408524dd (patch) | |
tree | f74e5807c970857137e637efdfb3938af7f2bdea /xlators/mgmt/glusterd/src/glusterd-op-sm.c | |
parent | 778c8d616ba2e9b47cafbbe95dbec7f2eb788302 (diff) |
mgmt/glusterd: Improvements for volume heal CLI.
1) Brought in a CLI improvement for volume heal cmd when it fails
before initiating a transaction.
2) Minor improvements in UI messages related to self-heal-daemon.
Change-Id: I983c1e54b48f2efe8793fa5b00fa50df2067683b
BUG: 807261
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Reviewed-on: http://review.gluster.com/3057
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pranithk@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 993ddddb2b4..d548b95a8b6 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -690,7 +690,7 @@ glusterd_op_stage_status_volume (dict_t *dict, char **op_errstr) if (!glusterd_is_volume_replicate (volinfo)) { ret = -1; snprintf (msg, sizeof (msg), - "Volume %s is not a replicate volume", + "Volume %s is not of type replicate", volname); gf_log (THIS->name, GF_LOG_ERROR, "%s", msg); goto out; |