diff options
| author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2012-01-09 15:43:10 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-02-05 21:42:08 -0800 | 
| commit | 1d77fe2458be6dc567435dc59bb94870cd0fe529 (patch) | |
| tree | 15ba575c8fcb70066c0de42f596603cafb44cead /cli | |
| parent | 5ebc522717ef891c138307d02dcbc0bc1e9017f8 (diff) | |
glusterd/quota: inform the user if some quota command is executed without enabling it
Change-Id: I676e52b0e0a9a6868eaa56d0309faa264e6e73be
BUG: 771639
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Reviewed-on: http://review.gluster.com/2609
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 3fb73946b..78b2980ad 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1721,6 +1721,11 @@ gf_cli3_1_quota_cbk (struct rpc_req *req, struct iovec *iov,                          gf_cli3_1_print_limit_list (volname,                                                      limit_list,                                                      rsp.op_errstr); +                } else { +                        gf_log ("cli", GF_LOG_INFO, "Received resp to quota " +                                "command "); +                        if (rsp.op_errstr) +                                cli_out ("%s", rsp.op_errstr);                  }          } else {                  gf_log ("cli", GF_LOG_INFO, "Received resp to quota command ");  | 
