On Tue, May 01, 2018 at 20:06:40 -0400, John Ferlan wrote:
> 
> 
> On 04/25/2018 11:15 AM, Peter Krempa wrote:
> > Everything besides the top of the chain is readonly. Track this when
> > parsing the XML and detecting the chain from the disk. Also fix the
> > state when taking snapshots.
> > 
> > All other cases where the top image is changed already preserve the
> > readonly state from the original image.
> > 
> > Signed-off-by: Peter Krempa <pkre...@redhat.com>
> > ---
> >  src/conf/domain_conf.c    | 3 +++
> >  src/qemu/qemu_driver.c    | 3 +++
> >  src/util/virstoragefile.c | 1 +
> >  3 files changed, 7 insertions(+)
> > 
> 
> Any concerns with virDomainDiskDefCheckABIStability?  Since true would
> now be the default - is it possible a save file comparison causes issues?

The ABI stability is checked only for the 'readonly' attribute of the
top layer, since that may have implications visible from the guest. The
rest of the backing chain definitely is not ABI.

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to