diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-server-quorum.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-server-quorum.c b/xlators/mgmt/glusterd/src/glusterd-server-quorum.c index 3084c1eacb9..995a568caa4 100644 --- a/xlators/mgmt/glusterd/src/glusterd-server-quorum.c +++ b/xlators/mgmt/glusterd/src/glusterd-server-quorum.c @@ -341,7 +341,8 @@ glusterd_do_volume_quorum_action (xlator_t *this, glusterd_volinfo_t *volinfo,           * the bricks that are down are brought up again. In this process it           * also brings up the brick that is purposefully taken down.           */ -        if (volinfo->quorum_status == quorum_status) +        if (quorum_status != NOT_APPLICABLE_QUORUM && +            volinfo->quorum_status == quorum_status)                  goto out;          if (quorum_status == MEETS_QUORUM) {  | 
