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

推荐订阅源

Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
C
Check Point Blog
I
InfoQ
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
月光博客
月光博客
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Y
Y Combinator Blog
博客园 - Franky
博客园_首页
罗磊的独立博客
量子位
美团技术团队
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏

pve on 打工人日志

Proxmox VE 在线扩容磁盘分区
Proxmox VE(PVE) 更新到最新版本
作者 · 2025-07-14 · via pve 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