diff options
author | Avra Sengupta <asengupt@redhat.com> | 2015-10-28 12:30:34 +0530 |
---|---|---|
committer | Rajesh Joseph <rjoseph@redhat.com> | 2015-11-02 22:38:05 -0800 |
commit | 1f74a3efbd0337759878ffff5cd4ee6782ddfe3f (patch) | |
tree | 8c1aeb500e30b0404081bd4d8a384abcce0122e9 /xlators/mgmt/glusterd/src/glusterd-snapshot.c | |
parent | 2e56bde3ea952beabd27cdf8a3a10da563a00bcc (diff) | |
download | glusterfs-1f74a3efbd0337759878ffff5cd4ee6782ddfe3f.tar.gz glusterfs-1f74a3efbd0337759878ffff5cd4ee6782ddfe3f.tar.xz glusterfs-1f74a3efbd0337759878ffff5cd4ee6782ddfe3f.zip |
snapshot: Inherit snap-max-hard-limit from original volume
A snapshot should inherit snap-max-hard-limit from the original
volume while being created and when being restored to, it should
restore the same.
Similarly a clone taken from a snapshot should inherit
snap-max-hard-limit from the snapshot.
Change-Id: If8e90e2ffc10e22086b803ac8e2638a16bcec968
BUG: 1275616
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/12437
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: mohammed rafi kc <rkavunga@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-snapshot.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-snapshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-snapshot.c b/xlators/mgmt/glusterd/src/glusterd-snapshot.c index 272d497f41..15699b0e9c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-snapshot.c +++ b/xlators/mgmt/glusterd/src/glusterd-snapshot.c @@ -9606,7 +9606,6 @@ gd_restore_snap_volume (dict_t *dict, dict_t *rsp_dict, strcpy (new_volinfo->volname, orig_vol->volname); gf_uuid_copy (new_volinfo->volume_id, orig_vol->volume_id); new_volinfo->snap_count = orig_vol->snap_count; - new_volinfo->snap_max_hard_limit = orig_vol->snap_max_hard_limit; gf_uuid_copy (new_volinfo->restored_from_snap, snap_vol->snapshot->snap_id); |