search for: graecully

Displaying 4 results from an estimated 4 matches for "graecully".

Did you mean: gracefully
2014 Jul 02
7
virsh blockcopy: doesn't seem to flatten the chain by default
...39;snap1' has files: bar, baz, jazz $ guestfish --ro -a snap1.qcow2 [. . .] ><fs> run ><fs> mount /dev/sda1 / ><fs> ls / bar baz jazz lost+found ><fs> Now, let's do a live blockcopy (with a '--finish' to graecully finish the mirroring): $ virsh blockcopy --domain testvm2 vda \ /export/dst/copy.qcow2 \ --wait --verbose --finish Examine the contents of the above 'copy': $ guestfish --ro -a copy.qcow2 [. . .] ><fs> run ><fs> mount /dev/sda1 /...
2014 Jul 03
0
Re: virsh blockcopy: doesn't seem to flatten the chain by default
...-a snap1.qcow2 > [. . .] > ><fs> run > ><fs> mount /dev/sda1 / > ><fs> ls / > bar > baz > jazz > lost+found > ><fs> > > Now, let's do a live blockcopy (with a '--finish' to graecully finish > the mirroring): > > $ virsh blockcopy --domain testvm2 vda \ > /export/dst/copy.qcow2 \ > --wait --verbose --finish > > > Examine the contents of the above 'copy': > > $ guestfish --ro -a copy.qcow2 > [. . .] >...
2014 Jul 02
0
Re: virsh blockcopy: doesn't seem to flatten the chain by default
On Thu, Jul 03, 2014 at 12:42:20AM +0530, Kashyap Chamarthy wrote: [. . .] Forgot to note: Before blockcopy, the current block device is snap1.qcow2 (after too, it's the same, since we didn't `--pivot` to the copy. > Now, let's do a live blockcopy (with a '--finish' to graecully finish > the mirroring): > > $ virsh blockcopy --domain testvm2 vda \ > /export/dst/copy.qcow2 \ > --wait --verbose --finish > > > Examine the contents of the above 'copy': > > $ guestfish --ro -a copy.qcow2 > [. . .] >...
2014 Jul 03
0
Re: virsh blockcopy: doesn't seem to flatten the chain by default
On 07/02/2014 01:12 PM, Kashyap Chamarthy wrote: > We have this simple chain: > > base <- snap1 > > Let's quickly examine the contents of 'base' and 'snap1' images: > > Now, let's do a live blockcopy (with a '--finish' to graecully finish > the mirroring): > > $ virsh blockcopy --domain testvm2 vda \ > /export/dst/copy.qcow2 \ > --wait --verbose --finish This defaults to a full copy (copy.qcow2 will contain everything in the latest state of the original chain, but with no backing file)....