Comment 26 for bug 1548450

Revision history for this message
Daniel Berrange (berrange) wrote : Re: Host data leak during resize/migrate for raw-backed instances

Agree with Sean, that it is about time that we added some protection to image backend, such that it either reads from disk.info, or raises an exception. ie delete/block any code path that involves running qemu-img info to get backing file, as that is pretty much is always unsafe. I'm fine with that being a patch we do later though.

The patch from Lee looks reasonable to me.