diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-11-17 14:00:10 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2015-11-19 01:06:10 -0800 |
commit | db506cec11cdb2235aac7b6a896b4071bdcc6ae3 (patch) | |
tree | f958c138451f02a0bb9713ae4cf6eb3b4f9f7ad4 /xlators/mgmt/glusterd/src/glusterd-utils.h | |
parent | 6c3895fd132765a5ad098b9ef35e037be7d116b1 (diff) |
mgmt/gluster: Handle tier brick volgen
Index xlator watches only some xattrs based on type of volume. i.e.
disperse/afr. When the volume becomes tiered then index is not adding these
options in the volfile leading to no maintenance of indices. Thus no
proactive self-heals. With this fix, we write brick volfiles considering
the type of volume they belong to.
BUG: 1250803
Change-Id: Ibe8f2d4ad5cb350306ab7ca0753e0f9a40b96a26
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/12595
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.h b/xlators/mgmt/glusterd/src/glusterd-utils.h index 42e037b417f..b7302c8cb91 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.h +++ b/xlators/mgmt/glusterd/src/glusterd-utils.h @@ -675,4 +675,8 @@ glusterd_defrag_rpc_put (glusterd_defrag_info_t *defrag); int32_t glusterd_count_connected_peers (int32_t *count); +int +glusterd_volume_brick_for_each (glusterd_volinfo_t *volinfo, void *data, + int (*fn) (glusterd_volinfo_t *, glusterd_brickinfo_t *, + dict_t *mod_dict, void *)); #endif |