diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-pmap.c')
| -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 b63519eac0f..a5262f41542 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.c +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.c @@ -391,7 +391,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)                   */  | 
