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