diff options
Diffstat (limited to 'cli/src/cli-rpc-ops.c')
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index f8662ea5528..86904af758d 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -193,6 +193,10 @@ gf_cli3_1_deprobe_cbk (struct rpc_req *req, struct iovec *iov,                                  cli_out ("Brick(s) with the peer %s exist in "                                           "cluster", rsp.hostname);                                  break; +                        case GF_DEPROBE_FRIEND_DOWN: +                                cli_out ("One of the peers is probably down." +                                         " Check with 'peer status'."); +                                break;                          default:                                  cli_out ("Detach unsuccessful\nDetach returned "                                           "with unknown errno %d",  | 
