[ovirt-users] Re: [OT] transferring kvm raw mage from filesystem to lvm based

2018-10-02 Thread Nir Soffer
On Fri, Jul 27, 2018 at 6:37 PM Gianluca Cecchi wrote: > ... > > And then: > > [root@skull01 ~]# time qemu-img convert -f raw -O raw /images/w7/w7.img > /dev/data/w7 > When converting to raw format on block device, you should use -W option for up to 6.5x faster convert. See

[ovirt-users] Re: [OT] transferring kvm raw mage from filesystem to lvm based

2018-07-27 Thread Gianluca Cecchi
On Fri, Jul 27, 2018 at 4:28 PM, Luca 'remix_tj' Lorenzetto < lorenzetto.l...@gmail.com> wrote: > Hello, > > i migrated a vm from plain kvm to ovirt fc storage domain by creating > an empty disk of the required size and using qemu-img for converting > from the image file to the device. > > Worked

[ovirt-users] Re: [OT] transferring kvm raw mage from filesystem to lvm based

2018-07-27 Thread Luca 'remix_tj' Lorenzetto
Hello, i migrated a vm from plain kvm to ovirt fc storage domain by creating an empty disk of the required size and using qemu-img for converting from the image file to the device. Worked well. Luca On Fri, Jul 27, 2018 at 4:22 PM Gianluca Cecchi wrote: > > Hello, > I have a windows 7 VM that