Hi,
With qemu-img you can create a template and then chain it with rest of clones. Later you can use commit command to commit changes back to original template. Is that possible with Proxmox?
EG:
Resource : https://access.redhat.com/documenta...using_qemu_img-committing_changes_to_an_image
Thank you
With qemu-img you can create a template and then chain it with rest of clones. Later you can use commit command to commit changes back to original template. Is that possible with Proxmox?
EG:
Code:
qemu-img info –backing-chain /var/lib/libvirt/images/test.qcow2
.
.
sudo qemu-img commit /var/lib/libvirt/images/test.qcow2 Image committed
Resource : https://access.redhat.com/documenta...using_qemu_img-committing_changes_to_an_image
Thank you