"Paras pradhan" <
pradhanparas@xxxxxxxxx> writes:
> Here's what I did:
>
> To backup:
>
> 1) Saved the virtual machines' state using:
>
> xm save guest01 /guest01.save
>
> 2) lvcreate -s -L 2G -n guest01-snap /dev/vg/guest01-disk
>
> 3) Restored the VM
>
> xm restore /guest01.save
>
> 4) Used DD to create the image
>
> dd if=/dev/vg/guest01-snap of=/guest01.img
>
> 5) lvremove /dev/vg/guest01-snap
>
> To restore:
>
> 1) I turned off the VM (i don't like this)
>
> xm shutdown guest01
>
> 2) Then run:
>
> dd if=/guest01.img of=/dev/vg/guest01-disk
>
> 3) Turn back the VM on
>
> --
>
> My virtual machine is consuming 11GB of space. Now when i do DD while
> restoring it took a lot of time.
>
>
> ---
> 10737418240 bytes (11 GB) copied, 1189.42 seconds, 9.0 MB/s
>
> ---
>
>
> Is this normal?
Impossible to tell without knowing a lots of details about your