diff options
| -rw-r--r-- | xlators/protocol/client/src/client-handshake.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c index f5f056c6a..61708562a 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -1691,7 +1691,9 @@ client_query_portmap_cbk (struct rpc_req *req, struct iovec *iov, int count, voi                  ret = -1;                  gf_log (this->name, ((!conf->portmap_err_logged) ?                                       GF_LOG_ERROR : GF_LOG_DEBUG), -                        "failed to get the port number for remote subvolume"); +                        "failed to get the port number for remote subvolume. " +                        "Please run 'gluster volume status' on server to see " +                        "if brick process is running.");                  conf->portmap_err_logged = 1;                  goto out;          }  | 
