惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
Vercel News
Vercel News
F
Fortinet All Blogs
B
Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Visual Studio Blog
月光博客
月光博客

jobcher on 打工人日志

2023-12-21 打工人日报 2023-12-20 打工人日报 2023-12-19 打工人日报 2023-12-18 打工人日报 2023-12-17 打工人日报 2023-12-16 打工人日报 2023-12-15 打工人日报 2023-12-14 打工人日报 2023-12-13 打工人日报 2023-12-12 打工人日报 2023-12-11 打工人日报 2023-12-10 打工人日报 2023-12-09 打工人日报 2023-12-08 打工人日报 2023-12-07 打工人日报 2023-12-06 打工人日报 2023-12-05 打工人日报 2023-12-04 打工人日报 2023-12-03 打工人日报 2023-12-02 打工人日报 2023-12-01 打工人日报 2023-11-30 打工人日报 2023-11-29 打工人日报 2023-11-28 打工人日报 2023-11-27 打工人日报 2023-11-26 打工人日报 2023-11-25 打工人日报 2023-11-24 打工人日报 2023-11-23 打工人日报 2023-11-22 打工人日报
Proxmox VE(PVE) 更新到最新版本
作者 · 2025-07-14 · via jobcher on 打工人日志

背景

由于增加了新的pve机器组了pve集群,这过程中发生很多事情,打算记录一下过程中发生的问题。

如何不使用企业源完成pve更新

修改订阅源

pve 订阅源
禁用企业源
pve 禁用企业源
添加 no-subscription 源
pve 添加 no-subscription 源
pve 确认 no-subscription 源

执行命令

到具体的pve机器上执行命令

1apt update
2apt dist-upgrade
3# 查看版本
4pveversion

HA 集群无法正常运行

出现lrm pve (old timestamp - dead?)获取不到pve主机状态
查看 lrm 服务状态

1systemctl status pve-ha-lrm
2systemctl status pve-ha-crm

重启 lrm 服务

1# 重启 lrm 服务
2systemctl restart pve-ha-lrm
3# 重启 crm 服务
4systemctl restart pve-ha-crm