Displaying 2 results from an estimated 2 matches for "yourlvnam".
Did you mean:
yourlvname
2017 Apr 12
1
qcow2 --> logical volume
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 xxxxxxxb -n yourLvName -p centos
- copy image:
qemu-img convert yourFile.qcow2 -O raw /dev/centos/yourLvName
--
Philippe BOURDEU d'AGUERRE
AIME - Campus de l'INSA http://aime-toulouse.fr/
135 av. de Rangueil T?l +33 561 559 885
31077 TOULOUSE Cedex 4 - FRANCE Fax +33 561 559 870
2017 Apr 12
4
OT: systemd Poll
<humor for the day>Why don't we discuss something ***less*** controversial, like politics or religion?</humor for the day>
----- Original Message -----
From: "Karanbir Singh" <mail-lists at karan.org>
To: "centos" <centos at centos.org>
Sent: Wednesday, April 12, 2017 6:19:43 AM
Subject: Re: [CentOS] OT: systemd Poll
On 09/04/17 05:39, Anthony K