|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] image-based VM to LVM-based VM
Thanks... I had forgotten dd.
2011/8/5 Steve Thompson <smt@xxxxxxxxxxxx>
On Fri, 5 Aug 2011, Luis Roberto Romano wrote:
Is it possible convert an image-based VM to a LVM-based VM??
Shut down the VM, then:
dd if=file.img of=/dev/vg/volume bs=1024k oflag=direct
where /dev/vg/volume is the same size as file.img. Adjust the VM's
configuration file and reboot.
Steve
-- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC.
Twitter: @luirro777
Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|