Trying to add an existing volume group to Proxmox VE 1.5.
When trying to add it, I get the error:
Here is my output from vgs:
Output from vgdisplay on vg:
Output when running the console program pvesm:
Can write whatever at --vgname parameter. Same error each time.
When trying to add it, I get the error:
Code:
[B]Error: unable to parse value for 'vgname'[/B]
Code:
VG #PV #LV #SN Attr VSize VFree
pve 1 3 0 wz--n- 6.89G 888.00M
vg 1 13 0 wz--n- 419.05G 204.05G
Code:
--- Volume group ---
VG Name vg
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 17
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 13
Open LV 0
Max PV 0
Cur PV 1
Act PV 1
VG Size 419.05 GB
PE Size 4.00 MB
Total PE 107277
Alloc PE / Size 55040 / 215.00 GB
Free PE / Size 52237 / 204.05 GB
VG UUID JTQTZQ-NFzr-pjKn-xrrc-Bub2-k8bt-FVqPBh
Can write whatever at --vgname parameter. Same error each time.
Code:
# pvesm add vg6 lvm --vgname vg
unable to parse value for 'vgname'
- Running with 2.6.32 kernel.
- "vg" is in a encrypted container at /dev/sda4. Opened with dm-crypt+luks into /dev/mapper/vm. vgscan and then trying to add it in proxmox.
- Logical volumes is inactive in "vg". No problem activating them and working with the volume group from console.
- Tried different storages names. It does not matter. Same error message.
Last edited: