Proxmox mit Fragezeichen - FireStorm ISP

Proxmox mit Fragezeichen

Support Wissensdatenbank

Du bist hier:
Print

Proxmox zeigt Fragezeichen beim Status eines Servers im Cluster an

Lvdisplay dauert sehr lange und zeigt Fehler beim Abbrechen:

# lvdisplay
^C  Interrupted…
Giving up waiting for lock.
Can’t get lock for pve.
Cannot process volume group pve

 

 

Lösung:

Sehr wahrscheinlich hat sich ein LVS Prozess aufgehängt. Suche den Prozess und kill den Prozess. In diesem Fall hing LVS am Befehl vom 25. Februar mit lvcreate.

# ps aux | grep lvroot     2395224  0.0  0.0  23752 20660 ?        S    Feb25   0:00 /sbin/lvcreate -aly -V 67108864k --name vm-152-disk-0 --thinpool pve/dataroot     2435365  0.0  0.0  23528  9476 ?        S    Feb26   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     2726926  0.0  0.0  23528  9372 ?        S    Feb27   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     3016038  0.0  0.0  23528  9688 ?        S    Feb28   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     3441820  0.0  0.0  23528  9664 ?        S    Mar01   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     3442098  0.0  0.0  26528 10148 ?        S    Mar01   0:00 lvs -aroot     3445240  0.0  0.0  26528 10236 ?        S    Mar01   0:00 lvs -aroot     3471024  0.0  0.0  26528 10220 ?        S    Mar01   0:00 lvs -aroot     3615111  0.0  0.0  23528  9524 ?        S    Mar02   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     3903907  0.0  0.0  23528  9484 ?        S    00:05   0:00 /sbin/vgs --separator : --noheadings --units b --unbuffered --nosuffix --options vg_name,vg_size,vg_free,lv_countroot     4095285  0.0  0.0   6180  2496 pts/5    S+   16:01   0:00 grep lv# kill -9 2395224

 

Anschliessend ist der Proxmox Server sofort wieder online. Ansonsten führe noch folgende Neustarts durch:

service pve-cluster stop
service pve-cluster start
service pveproxy restart
service pvedaemon restart
service pvestatd restart

TIPP: /etc/pve muss leer sein, damit pve-cluster starten kann

War dieser Artikel hilfreich?
1 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 100%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post