]> git.proxmox.com Git - qemu-server.git/commit
Fix #643: activate volumes before resizing
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Apr 2016 13:59:43 +0000 (15:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 21 Apr 2016 08:33:36 +0000 (10:33 +0200)
commitb572a6065ab4849e4f185b219ae1155e6c204d44
tree850c1faef70e9f1c6d7915c63aaab2d97cc5fae5
parent681e12ba3744a91e162969456868ddda848956f1
Fix #643: activate volumes before resizing

The volume_size_info() call was what actually failed, but
the error reported to the gui came from afterwards trying to
resize the disk to a garabge size.
PVE/API2/Qemu.pm