【求助】关于pve的问题

pve的web页面 有时候会变成这个样子,然后得重启pve系统才会恢复,这一般是什么问题导致的?

但是虚拟机却是正常的

3 个赞

没有佬友知道吗?

一般刚开机也会这样,过一会会恢复正常。感觉是卡了吧。如果不影响使用应该没问题吧。

我是开机一段时间会这样,不知道导致这种现象的原因是啥,很纳闷

这时候创建虚拟机是不是会提示节点离线?

没试过,我一般都是直接把pve系统重启,然后就好了
下次试试看

我以前遇到过莫名其妙提示节点离线的问题,一开始也是得重启pve才能,不清楚和你这个是不是类似。
当时我的解决方案是这样:
Proxmox show nodes OFFLINE
Try this:
service pvestatd restart – restarts no service
service pvedaemon restart – restarts pve deamons
service pve-cluster restart – restarts pve cluster

然后我还从外网查了些资料 没尝试过。一并发给你作为参考吧
Hi,
I’ve had a similar issue. Someone kindly suggested me to set the ‘token’
value to 4000 in the corosync.cnf.
/etc/pve/corosync.conf
totem {
cluster_name: xxxxx
config_version: 35
ip_version: ipv4
version: 2
token: 4000
interface {
bindnetaddr: X.X.X.X
ringnumber: 0
}
}
Then do this on all nodes:
killall -9 corosync
/etc/init.d/pve-cluster restart
service pveproxy restart
This solved the similar problem for me and my cluster of 12 nodes is
working properly ever since.

行,感谢佬友,下次遇到的时候我试试

还有能不能用```包一下 现在这个格式看上去怪怪的

  • 关于Proxmox正常运行但是无法创建虚拟机, 提示节点离线的解决办法:
    • 执行service pvestatd restart 原因不明. 似乎是pvestatd进程被杀死了.

      Proxmox show nodes OFFLINE
      Try this:
      service pvestatd restart – restarts no service
      service pvedaemon restart – restarts pve deamons
      service pve-cluster restart – restarts pve cluster

      • 从外网找到的其他方案, 暂未尝试

      Hi,
      I’ve had a similar issue. Someone kindly suggested me to set the ‘token’
      value to 4000 in the corosync.cnf.
      /etc/pve/corosync.conf
      totem {
      cluster_name: xxxxx
      config_version: 35
      ip_version: ipv4
      version: 2
      token: 4000
      interface {
      bindnetaddr: X.X.X.X
      ringnumber: 0
      }
      }
      Then do this on all nodes:
      killall -9 corosync
      /etc/init.d/pve-cluster restart
      service pveproxy restart
      This solved the similar problem for me and my cluster of 12 nodes is
      working properly ever since.

好的,感谢 :bili_110: