Datastore LVM inactive

rvdk92

Active Member
Nov 8, 2020
67
3
28
33
Hello,

all of a sudden out of nowhere on 1 server my local lvm datastore was on unknown.. i shut down all VMs and restarted the physical server once.

Now the datastore doesn't want to link either. I get an inactive status message at pvesm.

When I do lsblk I can see my /sdb where the raidset is located.

if i do vgchange -ay i get 3 logical volumes in group pve now active.

but i don't see anything anyone any suggestions?

Linux 5.15.53-1 pve
 
I now suddenly start on my other servers in the same cluster on the local datastores too? to see the same as what I had with the first .. the VMs continue to run .. how can this suddenly??? what can i do about it?
 
Can anybody explain me??

I have now on other servers datastore unknow status..

the virtual machines are still running! but i can't find the whole vmgroup anymore!

Can someone please help?

So I have 1 physical machine after restart that no longer has VMGROUP and can therefore no longer retrieve those machines
 

Attachments

  • pve09.png
    pve09.png
    24 KB · Views: 37
  • pvesm status.png
    pvesm status.png
    10.2 KB · Views: 39
  • PVSCAN.png
    PVSCAN.png
    10.8 KB · Views: 37
  • storage of vm.png
    storage of vm.png
    39.7 KB · Views: 37
Oke we have fixt is by ourself.

search for you uuid.

than:

pvcreate -u "your uuid" --restorefile /etc/lvm/backup/"your datastorename" /dev/sdb
vgcfgrestore DATASTORENAME

than its works again.