mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-08 21:18:03 +03:00
0d4e8cbde0
While the comment sated > # order of precedence, filtered by whether storage supports it: > # 1. explicit requested format > # 2. format of current volume > # 3. default format of storage the code did not fall back to the default format in the case of remote migration, because the format was already set and the code used > $format //= $defFormat; This made remote migration from dir with qcow2 to e.g. LVM-thin fail. Move extracting the format from the volume name to the call side for local migration. This allows the logic here to be much simpler. Reported-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Suggested-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |