How Qcow2 Overlays Work in QEMU
celesto.ai
How Qcow2 Overlays Work in QEMU
1–3 of 3 posts
Re: How Qcow2 Overlays Work in QEMU
#2[deleted]
Re: How Qcow2 Overlays Work in QEMU
#3We use QEMU for our sandbox infra. QEMU comes with qcow2 (copy-on-write), a native disk image format. It allows the VM to only write changes to disk which saves time and space specially if you want to snapshot and restore changes.
Wrote a piece on building a mental model for qcow2 overlays.