Pve提示node pve seems to be offline
安装ubuntu时无意间发现创建虚拟机失败,提示Pve提示node pve seems to be offline。

原因分析:
一开始以为是之前改过webui管理地址导致的,编辑/etc/hosts
sudo nano /etc/hosts
实际运行在192.168.100.55,这里看到主节点配置是之前未修改的192.168.1.55
127.0.0.1 localhost.localdomain localhost
192.168.1.55 yg.proxmox.com yg # 主节点配置
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
修改后
127.0.0.1 localhost.localdomain localhost
192.168.100.55 yg.proxmox.com yg # <--- 这行是核心!必须将IP改为192.168.100.55
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
修改完成后重启服务
sudo systemctl restart pve-cluster
sudo systemctl restart corosync
sudo systemctl restart pvedaemon
到此发现问题并未解决,但是想到9月3日安装win10核显直通并未出现此情况,排查后发现是pvetools篡改了库文件(这个具体我也不太懂,上网搜的),总之光卸载pvetools安装的组件并未能解决问题。
解决方案:
重新安装PVE-Manager
apt-get update
apt-get install --reinstall pve-manager
组件全部更新
apt update && apt full-upgrade
至此解决问题。

总结:
非必要不要安装pvetools的组件,本来想在webui查看温度方便些,没想到排查了一个多小时,pve_source貌似并不会影响,但也有可能是我没触发,总之不推荐使用。
7万+

被折叠的 条评论
为什么被折叠?



