diff options
Diffstat (limited to 'xlators/mgmt')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.c b/xlators/mgmt/glusterd/src/glusterd-utils.c index 9cf0bf982bd..816babf3189 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.c +++ b/xlators/mgmt/glusterd/src/glusterd-utils.c @@ -627,6 +627,7 @@ glusterd_volinfo_dup (glusterd_volinfo_t *volinfo,          new_volinfo->brick_count = volinfo->brick_count;          new_volinfo->tier_info = volinfo->tier_info;          new_volinfo->quota_conf_version = volinfo->quota_conf_version; +        new_volinfo->quota_version = volinfo->quota_version;          new_volinfo->snap_max_hard_limit = volinfo->snap_max_hard_limit;          dict_copy (volinfo->dict, new_volinfo->dict);  | 
