Displaying 2 results from an estimated 2 matches for "g5098f67".
2014 Jul 03
0
Re: virsh blockcopy: doesn't seem to flatten the chain by default
...hain, by also copying the contents of base into
> copy.qcow2? i.e. the 'copy' should have files (including the file foo
> from 'base':
>
> foo, bar, baz, jazz
I do test on my fedora20 with libvirt build from libvirt.git
# cd libvirt && git describe
v1.2.6-9-g5098f67
# rpm -q qemu-kvm
qemu-kvm-2.0.0-7.fc20.x86_64
It work well for me. I can see the file 'foo'(from base.qcow2) in copy
file "copy.qcow2"
I also boot guest with image copy.qcow2, login guest and found file
"foo" is existing.
>
> True or false?
>
>
> P...
2014 Jul 02
7
virsh blockcopy: doesn't seem to flatten the chain by default
Versions
--------
(Libvirt locally built from a recent git commit -ec7b922):
$ rpm -q libvirt-daemon-kvm qemu-system-x86
libvirt-daemon-kvm-1.2.6-1.fc20.x86_64
qemu-system-x86-2.0.0-1.fc21.x86_64
Test
----
[All images are qcow2 files.]
We have this simple chain:
base <- snap1
Let's quickly examine the contents of 'base' and 'snap1' images: