Proxmox con punto interrogativo

Support Wissensdatenbank

Du bist hier:
Print

Proxmox mostra un punto interrogativo sullo stato di un server nel cluster

Lvdisplay impiega molto tempo e mostra errori quando viene annullato:

# lvdisplay
^C Interrotto…
Rinunciare ad aspettare la serratura.
Non si può ottenere il blocco per il pve.
Impossibile elaborare il gruppo di volumi pve

 

 

Soluzione:

Molto probabilmente un processo LVS si è bloccato. Trova il processo e uccidilo. In questo caso LVS si è appeso al comando del 25 febbraio con 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

 

Dopodiché il server Proxmox è immediatamente di nuovo online. Altrimenti, eseguite i seguenti riavvii:

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

CONSIGLIO: /etc/pve deve essere vuoto in modo che pve-cluster possa partire.

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