Bluestone-青石の个人站 - 2024年7月
https://blog.960111.xyz/2024/07/
我还没有去到遥远的地方。
-
PVE的进阶配置
https://blog.960111.xyz/archives/45.html
2024-07-16T11:49:00+00:00
退出节点查看集群节点
ls /etc/pve/nodes
停止节点上的corosync和pve集群服务
systemctl stop pve-cluster
systemctl stop pve-corosync
在本地模式下再次启动群集文件系统
pmxcfs -l
删除corosync配置文件
rm /etc/pve/corosync.conf
rm /etc/corosync/* -r
将文件系统作为正常服务重新启动
killall pmxcfs
systemctl start pve-cluster
参考
https://blog.csdn.net/weixin_52960369/article/details/135385784