[SOLVED] Multiple VGs found with the same name: skipping pve

CapitanSigfrido

New Member
Nov 23, 2017
7
1
1
50
I have a cluster with 4 nodes

When I try to create a VM in the local-lvm of node pve1, I get thist error.

upload_2017-12-12_15-38-13.png

In the other nodes I don't have any problem.
If I create a Vm in node pve1, using an ISCSI volume I can do it fine.

root@pve1:~# vgs
VG #PV #LV #SN Attr VSize VFree
QnapIsciLvm 1 3 0 wz--n- 881.00g 749.00g
pve 1 3 0 wz--n- 39.71g 4.79g
pve 1 3 0 wz--n- 446.88g 15.83g


in other node
root@pve2:~# vgs
VG #PV #LV #SN Attr VSize VFree
QnapIsciLvm 1 3 0 wz--n- 881.00g 749.00g
pve 1 10 0 wz--n- 446.88g 15.83g

I think I have something wrong in the configuration in node pve1.

Any help is welcome

Regards
 
Ok.
I find the way to fix it.

root@pve1:~# vgs -o+vg_uuid -S vg_name=pve
VG #PV #LV #SN Attr VSize VFree VG UUID
pve 1 3 0 wz--n- 446.88g 15.83g Cez9Jq-DrkY-5l2f-W8u2-t49I-BulQ-Oc2ZyQ
pve 1 3 0 wz--n- 39.71g 4.79g r5kMHO-nR7x-TthC-1m4r-k54G-c874-ENJL6e

root@pve1:~# vgremove -S vg_uuid=r5kMHO-nR7x-TthC-1m4r-k54G-c874-ENJL6e
Volume group "pve" successfully removed

root@pve1:~# vgs
VG #PV #LV #SN Attr VSize VFree
QnapIsciLvm 1 3 0 wz--n- 881.00g 749.00g
pve 1 3 0 wz--n- 446.88g 15.83g

I need to learn more about that storage.
 
  • Like
Reactions: djmlondon

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!