diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-handler.c | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-handler.c b/xlators/mgmt/glusterd/src/glusterd-handler.c index 58f8b4559d3..678425a19a8 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handler.c +++ b/xlators/mgmt/glusterd/src/glusterd-handler.c @@ -3973,8 +3973,11 @@ set_deprobe_error_str(int op_ret, int op_errno, char *op_errstr, char *errstr,              case GF_DEPROBE_BRICK_EXIST:                  snprintf(errstr, len, -                         "Brick(s) with the peer " -                         "%s exist in cluster", +                         "Peer %s hosts one or more bricks. If the peer is in " +                         "not recoverable state then use either replace-brick " +                         "or remove-brick command with force to remove all " +                         "bricks from the peer and attempt the peer detach " +                         "again.",                           hostname);                  break;  | 
