search for: lvmpool

Displaying 3 results from an estimated 3 matches for "lvmpool".

Did you mean: lvm_pool
2013 Nov 19
2
virsh and multi source-dev
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
2013 Nov 19
0
Re: virsh and multi source-dev
...rs] virsh and multi source-dev | | 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 ? | | Can you define a...
2013 Nov 19
2
Re: virsh and multi source-dev
...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 --t...