Proxmox avec point d’interrogation

Support Wissensdatenbank

Du bist hier:
Print

Proxmox affiche un point d’interrogation lors de l’état d’un serveur dans le cluster

Lvdisplay prend beaucoup de temps et affiche des erreurs lors de l’annulation :

# lvdisplay
^C Interrompu…
Giving up waiting for lock.
Impossible d’obtenir le verrouillage pour pve.
Cannot process volume group pve

 

 

Solution :

Il est très probable qu’un processus LVS se soit bloqué. Cherche le processus et tue le processus. Dans ce cas, LVS s’est accroché à la commande du 25 février avec lvcreate.

# ps aux | grep lv
root     2395224  0.0  0.0  23752 20660 ?        S    Feb25   0:00 /sbin/lvcreate -aly -V 67108864k --name vm-152-disk-0 --thinpool pve/data
root     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_count
root     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_count
root     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_count
root     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_count
root     3442098  0.0  0.0  26528 10148 ?        S    Mar01   0:00 lvs -a
root     3445240  0.0  0.0  26528 10236 ?        S    Mar01   0:00 lvs -a
root     3471024  0.0  0.0  26528 10220 ?        S    Mar01   0:00 lvs -a
root     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_count
root     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_count
root     4095285  0.0  0.0   6180  2496 pts/5    S+   16:01   0:00 grep lv
# kill -9 2395224

 

Ensuite, le serveur Proxmox est immédiatement à nouveau en ligne. Sinon, effectue encore les redémarrages suivants :

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

ASTUCE : Le fichier /etc/pve doit être vide pour que pve-cluster puisse démarrer.

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
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