
Debian 13 Trixie 系统源(国内)/etc/apt/sources.list.d/debian.sources
Types: deb
URIs: https://mirrors.tuna.tsinghua.edu.cn/debian
Suites: trixie trixie-updates
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: https://mirrors.tuna.tsinghua.edu.cn/debian-security
Suites: trixie-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
PVE No-Subscription 源(国内) /etc/apt/sources.list.d/pve-no-subscription.sources
Types: deb
URIs: https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
Ceph 仓库(国内镜像) /etc/apt/sources.list.d/ceph.sources
禁用
注意:
- 如果你没有 Ceph 或不打算用,可以不配置此文件。
ceph-archive-keyring.gpg需要提前导入,否则 apt update 会提示签名错误。
更换 CT 模板源
# 备官方默认配置
cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm.bak
# 1. 恢复官方默认配置(基于我们一开始做的备份,如果没有备份报错也无妨)
cp /usr/share/perl5/PVE/APLInfo.pm.bak /usr/share/perl5/PVE/APLInfo.pm 2>/dev/null || true
# 2. 将官方链接替换为清华镜像站
sed -i 's|http://download.proxmox.com/images|https://mirrors.tuna.tsinghua.edu.cn/proxmox/images|g' /usr/share/perl5/PVE/APLInfo.pm
# 3. 重启后台服务
systemctl restart pvedaemon.service
systemctl restart pveproxy.service
# 4. 强制刷新模板下载列表
pveam update
去掉未订阅的提示
cp /usr/share/pve-manager/js/pvemanagerlib.js /usr/share/pve-manager/js/pvemanagerlib.js.bak
sed -i 's|res.data.status.toLowerCase() !== '\''active'\''|false|g' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
systemctl restart pveproxy
显示温度脚本,实测PVE9正常使用
添加温度显示
(curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh || curl -Lf -o /tmp/temp.sh https://mirror.ghproxy.com/https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh) && chmod +x /tmp/temp.sh && /tmp/temp.sh remod
来源:https://www.right.com.cn/forum/thread-6754687-1-1.html
![图片[1]-ProxmoxVE8.X升级9.0正式版教程-小陈折腾日记](https://www.geekxw.top/wp-content/uploads/2025/08/image-1024x388.png)
PVE8.4对比PVE9.0更新AI总结
一、架构与核心组件
- 新基础系统
- 基于 Debian Trixie (13)(8.4 基于 Debian Bookworm)。
- 内核与驱动
- 默认内核升级至
6.14.8-2(8.4 为6.8.12-9)。 - 移除对 NVIDIA vGPU 的 PCI 前缀限制(支持非
0000:前缀)。
- 默认内核升级至
- 关键组件更新
- QEMU 10.0.2(8.4 为 9.2.0)
- LXC 6.0.4(支持设备热插拔)
- ZFS 2.3.3(支持在线添加 RAIDZ 设备)
- Ceph Squid 19.2.3(修复 Dashboard 加载问题)
二、存储与快照
- 厚置备 LVM 快照(技术预览)
- 支持对 iSCSI/FC 共享存储的厚置备 LVM 卷创建快照(通过卷链技术)。
- 目录/NFS/CIFS 快照(技术预览)
- 使用 qcow2 卷链替代传统快照,提升性能并减少删除时的停机时间。
- 存储优化
- 禁用 LVM 自动激活逻辑卷(解决集群共享存储问题)。
- 移除 GlusterFS 支持(因上游停止维护)。
- 新增专用存储复制网络配置(原复用迁移网络)。
三、高可用(HA)与集群
- HA 亲和性规则
- 替代旧版 HA 组(
HA groups已弃用):- 节点亲和性:限制 HA 资源在指定节点运行。
- 资源亲和性:强制资源共存或分散在不同节点。
- 替代旧版 HA 组(
- 集群管理
- 增加
pveproxy和pvedaemon工作进程数配置(缓解 API 高负载)。 - 优化日志与故障诊断(如 Fencing 事件日志增强)。
- 增加
四、网络与安全
- SDN 增强
- 新增 Fabric 网络(OpenFabric/OSPF),用于构建全互联 Ceph 集群或 VPN 底层网络。
- 防火墙改进
nftables技术预览版支持 OVS 网桥。- 新增
proxmox-firewall工具(规则调试与本地网络检测)。
- 网络接口管理
- 支持网络接口备用名(Alternative Names),避免名称变更导致配置失效。
- 新增
pve-network-interface-pinning工具(基于 MAC 固定接口名)。
- 安全加固
- 细化 QEMU 客户机代理权限(拆分为读/写/冻结等独立权限)。
- 移除
VM.Monitor权限,改用Sys.Audit和Sys.Modify。 - 修复 XSS 漏洞(API 结果 HTML 转义)。
五、虚拟机与容器
- 虚拟机(KVM)
- 实时迁移时支持 conntrack 状态同步(保持活动连接)。
- 默认 VirtIO 网卡 MTU 继承网桥值(原为 1500)。
- 修复 Windows virtiofs 文件句柄限制问题。
- 容器(LXC)
- 默认创建非特权容器(增强安全性)。
- 特权容器需
Sys.Modify权限(仅限可信环境)。 - 支持设备热插拔(运行时添加设备)。
六、备份与恢复
- 性能优化
- 从 Proxmox Backup Server 恢复时并发下载块(提升速度)。
- 单文件恢复时增加 VM 内存分配。
- 外部备份插件 API
- 支持第三方备份解决方案集成(8.4 引入,9.0 强化)。
七、用户界面与体验
- 全新移动端界面
- 基于 Rust + Yew 框架重构,支持基础运维操作(启停 VM/CT、查看任务/存储)。
- Web 界面优化
- 通知系统改进(SMTP 配置修复、备份通知独立选项卡)。
- 支持多语言复数形式翻译(新增捷克语等)。
八、安装与维护
- 安装镜像
- 自动安装微码包(需重启生效)。
- 校验 LVM 交换分区大小(避免超过磁盘 50%)。
- 升级工具
pve8to9检查脚本提示关键变更(如 MTU、权限调整)。
九、破坏性变更(升级必读)
- 网络接口名可能变更
- 内核升级可能导致接口名变化(支持备用名缓解)。
- VirtIO 网卡 MTU 默认值变更
- 未显式设置 MTU 时,默认继承网桥值(原为 1500)。
- 权限模型调整
- 移除
VM.Monitor权限(替换为Sys.Audit/Sys.Modify)。 - 复制任务需
VM.Replicate权限(原需Datastore.Allocate)。
- 移除
- 容器安全策略
- 创建特权容器需
Sys.Modify权限。
- 创建特权容器需
- 废弃功能移除
- 弃用
maxfiles备份设置(Proxmox VE 7.0 已废弃)。 - 彻底移除 GlusterFS 支持。
- 弃用
Hit a massive jackpot last night! The excitement is unreal on this site. You should definitely try your luck at megawin777slot.
I have cycled through tons of platforms over the years and this one truly stands apart. The navigation is super intuitive and I appreciate how open they are about their rules. Withdrawals slide into my account faster than I ever expected. You really owe it to yourself to experience it first hand. g2222download
Great experience so far. The gameplay is lag-free and the graphics are top notch. If you are looking for excitement, pk21pk is the place to be.
The graphics are amazing and the gameplay is so addictive. I’ve spent hours on this and it’s never boring. Definitely give jilikkkapp a try.
The graphics are top notch and the gameplay is very addictive. I’ve had some decent wins here already. Check out pkjk777 for yourself.
Super easy to navigate and very user friendly. I love how fast the page loads on my mobile phone. Great job on jljl9login.
Love the variety of games here. I had a great run last night and the withdrawal was processed almost instantly. Check out brbbcwin for some real excitement.
Logging into 56jllogin was easy. No problems at all. Jump in and join in: 56jllogin
Been using the 56jlapp for a bit now. It gets the job done and does what it says. Solid app and its available here: 56jlapp
Downloaded the y999apk recently. Setup was easy and seems legit so far. Head to: y999apk