diff options
| author | vmallika <vmallika@redhat.com> | 2015-04-15 17:35:07 +0530 |
|---|---|---|
| committer | gluster-ant <bugzilla-bot@gluster.org> | 2015-04-15 17:35:07 +0530 |
| commit | 2ec6baf674d509de7e9fe561edbd80997cdb96ab (patch) | |
| tree | 6ae3a02371be74cca96792c110c6fda59ccdf561 /cli/src/cli-cmd.h | |
| parent | f42823a624b30915b995b4fd683f3a3ce08895c0 (diff) | |
quota: support for inode quota in quota.conf
Currently when quota limit is set, corresponding gfid
is set in quota.conf. This patch supports storing
inode-quota limits in quota.conf and also stores
additional byte for each gfid to differentiate
between usage quota limit and inode quota limit.
Change-Id: I444d7399407594edd280e640681679a784d4c46a
BUG: 1202244
Signed-off-by: vmallika <vmallika@redhat.com>
Signed-off-by: Sachin Pandit <spandit@redhat.com>
Reviewed-on: http://review.gluster.org/10069
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd.h')
| -rw-r--r-- | cli/src/cli-cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index d39c8b38f7..94fa3e9c67 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -113,7 +113,7 @@ cli_cmd_get_confirmation (struct cli_state *state, const char *question); int cli_cmd_sent_status_get (int *status); gf_boolean_t -_limits_set_on_volume (char *volname); +_limits_set_on_volume (char *volname, int type); gf_boolean_t _quota_aux_mount_online (char *volname); |
