差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| tech:pve8to9 [2025/11/15 23:53] – [執行升級] jonathan | tech:pve8to9 [2025/11/17 18:03] (目前版本) – [Proxmox VE升級後] jonathan | ||
|---|---|---|---|
| 行 50: | 行 50: | ||
| - 更新 apt repo 設定< | - 更新 apt repo 設定< | ||
| sed -i ' | sed -i ' | ||
| + | </ | ||
| - 新增 Proxmox VE 9 免訂閱軟體來源< | - 新增 Proxmox VE 9 免訂閱軟體來源< | ||
| cat > / | cat > / | ||
| 行 58: | 行 59: | ||
| Signed-By: / | Signed-By: / | ||
| EOF | EOF | ||
| + | </ | ||
| - 檢查 / | - 檢查 / | ||
| - 更改後先執行< | - 更改後先執行< | ||
| 行 65: | 行 67: | ||
| - 設定停用稽核訊息, | - 設定停用稽核訊息, | ||
| systemctl disable --now systemd-journald-audit.socket | systemctl disable --now systemd-journald-audit.socket | ||
| - | </ | ||
| - | - 如果 PVE 系統開機是在 EFI 模式且 root 是 LVM, 為避免 GRUB 無法從 LVM 開機問題, | ||
| - | [ -d / | ||
| </ | </ | ||
| - 進行 Debian Trixie 與 PVE 9 更新< | - 進行 Debian Trixie 與 PVE 9 更新< | ||
| 行 75: | 行 74: | ||
| * Configuration file '/ | * Configuration file '/ | ||
| * Configuration file '/ | * Configuration file '/ | ||
| - | * Configuration file '/ | + | |
| * Configuration file '/ | * Configuration file '/ | ||
| * Configuration file '/ | * Configuration file '/ | ||
| 行 96: | 行 95: | ||
| * 對於叢集 | * 對於叢集 | ||
| - 檢查所有節點是否都已啟動並運行在最新版本 | - 檢查所有節點是否都已啟動並運行在最新版本 | ||
| - | - Proxmox VE 9 棄用了 HA groups,轉而使用 HA rules。如果在 PVE8 使用了 HA,在所有叢集節點升級到 Proxmox VE 9 後,HA groups 將自動遷移到 HA rules。 | + | |
| + | * 關於 Updates -> Repositories | ||
| + | * 如果在 Node 上面執行< | ||
| + | * 對於 ZFS, 升級後 ZFS 版本也更新, | ||
| + | root@nuc:~# zpool upgrade local-zfs | ||
| + | This system supports ZFS pool feature flags. | ||
| + | |||
| + | Enabled the following features on ' | ||
| + | redaction_list_spill | ||
| + | raidz_expansion | ||
| + | fast_dedup | ||
| + | longname | ||
| + | large_microzap | ||
| + | </ | ||
| ===== 參考網址 ===== | ===== 參考網址 ===== | ||