]> git.proxmox.com Git - qemu-server.git/commit
followup: do not query size of image we just created
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Apr 2019 13:09:21 +0000 (13:09 +0000)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Apr 2019 13:09:23 +0000 (13:09 +0000)
commit84821d151518b3b9e67fbaa6f971b7c1c266599e
tree51bafbeeb4fcaad6a23cf9db8b03f83a878e9ad4
parent6aaf593cfdfc3b96ecba9253740faf10fe95d1d9
followup: do not query size of image we just created

we know the size, and even if a storage plugin pads this up (it
mustn't alloc something smaller, but something bigger can be OK) we
know that our 4MB is OK, and can only be used anyway to make this
compatible between storage plugins.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer/Cloudinit.pm