Re: [libvirt] [PATCH TCK] Add a test for QCow2 files with a backing store

2010-04-28 Thread Daniel P. Berrange
On Wed, Apr 28, 2010 at 09:42:49AM -0600, Eric Blake wrote: > On 04/28/2010 09:31 AM, Daniel P. Berrange wrote: > > diff --git a/scripts/qemu/150-disk-backingstore.t > > b/scripts/qemu/150-disk-backingstore.t > > new file mode 100644 > > index 000..62d8faf > > --- /dev/null > > +++ b/scripts/q

Re: [libvirt] [PATCH TCK] Add a test for QCow2 files with a backing store

2010-04-28 Thread Eric Blake
On 04/28/2010 09:31 AM, Daniel P. Berrange wrote: > diff --git a/scripts/qemu/150-disk-backingstore.t > b/scripts/qemu/150-disk-backingstore.t > new file mode 100644 > index 000..62d8faf > --- /dev/null > +++ b/scripts/qemu/150-disk-backingstore.t > @@ -0,0 +1,97 @@ > +# -*- perl -*- > +# > +#

[libvirt] [PATCH TCK] Add a test for QCow2 files with a backing store

2010-04-28 Thread Daniel P. Berrange
This test case verifies that it is possible to run QEMU guest from a qcow2 file with a backing store pointing to a physical disk. This verifies backing store handling with SELinux, UID/GID changing code and CGroups ACLs * scripts/qemu/150-disk-backingstore.t: New test case * lib/Sys/Virt/TCK/Stora