summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorManikandan Selvaganesh <mselvaga@redhat.com>2015-09-09 13:03:37 +0530
committerKaushal M <kaushal@redhat.com>2015-10-05 00:15:50 -0700
commitdf06d94fae1e4a5e93f00c26d4b377bd8d1bd352 (patch)
treea44a6497da7d4d55550b851d6e6ebc5e67415224 /cli/src/cli.h
parente4c5188cdfe407d9ccdecd56c65d4771f098ffa8 (diff)
quota : xml output modified to give exact available space in bytes
Currrently, 'gluster v quota <VOLNAME> list' command rounds off the available space and shows it to the user. Now, 'gluster v quota <VOLNAME> list --xml' command is modified to show the exact available space in bytes. Backport of http://review.gluster.org/#/c/12137/ > Change-Id: I3772e036a2537c1df12f22cf32dfe4ac7940988f > BUG: 1261404 > Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com> Change-Id: I3772e036a2537c1df12f22cf32dfe4ac7940988f BUG: 1267817 Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com> Reviewed-on: http://review.gluster.org/12267 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 926d7014927..ccf55761870 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -403,14 +403,15 @@ cli_quota_list_xml_error (cli_local_t *local, char *path,
char *errstr);
int
-cli_quota_xml_output (cli_local_t *local, char *path, char *hl_str,
- char *sl_final, void *used, void *avail,
- char *sl, char *hl);
+cli_quota_xml_output (cli_local_t *local, char *path, int64_t hl_str,
+ char *sl_final, int64_t sl_num, int64_t used,
+ int64_t avail, char *sl, char *hl);
int
cli_quota_object_xml_output (cli_local_t *local, char *path, char *sl_str,
- quota_limits_t *limits, quota_meta_t *used_space,
- int64_t avail, char *sl, char *hl);
+ int64_t sl_val, quota_limits_t *limits,
+ quota_meta_t *used_space, int64_t avail,
+ char *sl, char *hl);
int
cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno,