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-utils.h | |
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-utils.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.h b/xlators/mgmt/glusterd/src/glusterd-utils.h index 6e02929f1ec..9cea974c179 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.h +++ b/xlators/mgmt/glusterd/src/glusterd-utils.h @@ -416,7 +416,8 @@ int glusterd_restart_rebalance (glusterd_conf_t *conf); int32_t -glusterd_add_bricks_hname_path_to_dict (dict_t *dict); +glusterd_add_bricks_hname_path_to_dict (dict_t *dict, + glusterd_volinfo_t *volinfo); int glusterd_add_node_to_dict (char *server, dict_t *dict, int count); |