]> git.proxmox.com Git - qemu-server.git/commit
qemu_img_convert : use "-l snapshot.name" instead -s for internal snapshot
authorAlexandre Derumier <aderumier@odiso.com>
Sun, 7 Oct 2018 17:15:22 +0000 (19:15 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Oct 2018 11:16:12 +0000 (13:16 +0200)
commit29004a20ca4a9b75433e6a2cccbfd2fdea8cf790
tree1fbad388beb2f87b984fa1f0cd2f0368d16fa698
parent64a320303f0d64bc011d9aabf8bdab4346e344d0
qemu_img_convert : use "-l snapshot.name" instead -s for internal snapshot

qemu-img convert -s has been removed in qemu 3.0
https://git.qemu.org/?p=qemu.git;a=commit;h=46e8d272baa0608adcfdbd8bc1d2312bea06da40

we should use qemu-img convert -l snapshot.name=<snapname>,
introduced in qemu 2.0 in 2013
http://patchwork.ozlabs.org/patch/296457/
PVE/QemuServer.pm