[libvirt-users] virsh and multi source-dev

Matthieu Simonin matthieu.simonin at inria.fr
Tue Nov 19 09:52:56 UTC 2013


Hi,

I'm using LVM based storage pools and I'm wondering 
if there is a way to specify several source-dev on the command line 
for creating a volume group spread over several devices :

one device /dev/sdc1 is ok: 
* virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-name vg --target /dev/vg

I would like something like (but sadly doesn't work): 
? virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-dev /dev/sdb1 --source-name vg --target /dev/vg ? 


Best regards, 

Matt




More information about the libvirt-users mailing list