On Fri, May 06, 2011 at 06:00:09PM +0100, Richard W.M. Jones wrote:
How about just adding flags into the disk XML, eg:
<disk>
...
<flags>
<migrate>false</migrate>
<snapshot>false</snapshot>
</flags>
</disk>
I would love to see this in libvirt.
On a somewhat related note ... would this make it possible to
live-migrate domains where there is shared storage for the data disks
but a separate, local swap disk? How does swapped-out memory get handled
during QEMU migration?
--Igor