Re: [CentOS] qcow2 --> logical volume

2017-04-12 Thread Scott Gennari
On 04/12/2017 10:19 AM, Philippe BOURDEU d'AGUERRE wrote: Le 12/04/2017 à 15:31, Scott Gennari a écrit : How would can you import/migrate this .qcow2 into a logical volume? Any advice would be greatly appreciated. - get size of qcow2 image: qemu-img info yourFile.qcow2 - create a logical

Re: [CentOS] qcow2 --> logical volume

2017-04-12 Thread Philippe BOURDEU d'AGUERRE
Le 12/04/2017 à 15:31, Scott Gennari a écrit : How would can you import/migrate this .qcow2 into a logical volume? Any advice would be greatly appreciated. - get size of qcow2 image: qemu-img info yourFile.qcow2 - create a logical volume of same size: ssm create -s xxxb -n yourLvName

[CentOS] qcow2 --> logical volume

2017-04-12 Thread Scott Gennari
Hello CentOS community members, A hardware vendor provided us with a .qcow2 file to run on our KVM hypervisor file that will monitor/control said hardware (firewall). I'd like to import this .qcow2 to run as a logical volume (named 'server3') in an existing logical group named 'centos' on our