summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe/src/stripe-mem-types.h
diff options
context:
space:
mode:
authorVarun Shastry <vshastry@redhat.com>2012-12-17 11:20:31 +0530
committerAnand Avati <avati@redhat.com>2013-02-03 15:29:59 -0800
commit50f0882051dff81882115bf72abb67577099944f (patch)
treedc209fbaa83df573e81b14df1d6b06fffcc89de4 /xlators/cluster/stripe/src/stripe-mem-types.h
parent212ab59c511e13cc470e623061fcf113456841c8 (diff)
cluster/stripe: Mount issues with Stripe xlator
Problem: * 'CONNECTING' is taken as CHILD_UP. * Sending notifications (default_notify()) for all the events individually while mounting. Solution: * Consider Child up only after the event CHILD_UP is received. * Send a single notification for all the children's events only while mounting. Change-Id: I1b7de127e12f5bfb8f80702dbdce02019e138bc8 BUG: 885072 Signed-off-by: Varun Shastry <vshastry@redhat.com> Reviewed-on: http://review.gluster.org/4356 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/stripe/src/stripe-mem-types.h')
-rw-r--r--xlators/cluster/stripe/src/stripe-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe-mem-types.h b/xlators/cluster/stripe/src/stripe-mem-types.h
index e05ba0c29c3..e9ac9cf4648 100644
--- a/xlators/cluster/stripe/src/stripe-mem-types.h
+++ b/xlators/cluster/stripe/src/stripe-mem-types.h
@@ -20,6 +20,7 @@ enum gf_stripe_mem_types_ {
gf_stripe_mt_stripe_fd_ctx_t,
gf_stripe_mt_char,
gf_stripe_mt_int8_t,
+ gf_stripe_mt_int32_t,
gf_stripe_mt_xlator_t,
gf_stripe_mt_stripe_private_t,
gf_stripe_mt_stripe_options,