]> git.proxmox.com Git - pve-container.git/commit
create_disks: don't drop extra parameters
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Nov 2015 14:25:16 +0000 (15:25 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Nov 2015 11:20:12 +0000 (12:20 +0100)
commit71c780b93a6aa0b94402e54d51470582351b2924
treed37bba7751fbdf7807ea4cbd089612376d7f3d24
parente87a47ff811517c1d311a9a2af27e3f23a3dd7d1
create_disks: don't drop extra parameters

When using the 'storage:size' notation to allocate a disk we
only modify the volume id, so it makes sense to just update
this along with the size rather than creating a new hash
which would drop extra parameters such as 'backup=yes'.
src/PVE/LXC.pm