summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2012-09-30 12:00:21 +0530
committerVijay Bellur <vbellur@redhat.com>2012-10-01 08:27:25 -0400
commit2705a0ca836e75acd729de8d1fd8f5ec78bf9bb6 (patch)
treed41a4e25f529bae85a2c8a323512cf04483258d0
parent2811e3e3bcb8c18a030a21cc4f654e2da55b7e22 (diff)
mgmt/glusterd: start-brick if volume not in server-quorum
Change-Id: I94a38c436bd149301f8375471fa36b52dccdd6e6 BUG: 861596 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/41 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c
index b1f7ac8a6f6..bf200127330 100644
--- a/xlators/mgmt/glusterd/src/glusterd-utils.c
+++ b/xlators/mgmt/glusterd/src/glusterd-utils.c
@@ -2202,7 +2202,7 @@ glusterd_do_volume_quorum_action (xlator_t *this, glusterd_volinfo_t *volinfo,
goto out;
if (!glusterd_is_volume_in_server_quorum (volinfo))
- goto out;
+ meets_quorum = _gf_true;
list_for_each_entry (brickinfo, &volinfo->bricks, brick_list) {
if (!glusterd_is_local_brick (this, volinfo, brickinfo))