search for: xxxdxxxxccccdddd

Displaying 2 results from an estimated 2 matches for "xxxdxxxxccccdddd".

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:
2014 Jul 03
0
Re: virsh blockcopy: doesn't seem to flatten the chain by default
...ly reaches sync, you have: base: AAABBBBBXXXXXXXX snap1: XXXCXXXXCCCCXXXX copy: AAACBBBBCCCCXXXX ==== guest: AAACBBBBCCCCXXXX The copy operation lasts as long as you want; in that time, the guest can make even more changes, let's call them "D" base: AAABBBBBXXXXXXXX snap1: XXXDXXXXCCCCDDDD copy: AAADBBBBCCCCDDDD ==== guest: AAADBBBBCCCCDDDD then you finally abort or pivot the copy. Let's try a pivot, where the next action in the guest causes changes to the disk labeled "E": base: AAABBBBBXXXXXXXX snap1: XXXDXXXXCCCCDDDD copy: AAAEBBBBCCCCDDDD ==== guest: AAA...