diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-pmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.c b/xlators/mgmt/glusterd/src/glusterd-pmap.c index 1b547e79a5f..16c4703f53a 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.c +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.c @@ -390,7 +390,7 @@ remove:           * there's no xprt either, then we have nothing left worth saving and           * can delete the entire entry.           */ -        if (!pmap->ports[p].xprt) { +        if (brick_disconnect || !pmap->ports[p].xprt) {                  /* If the signout call is being triggered by brick disconnect                   * then clean up all the bricks (in case of brick mux)                   */  | 
