差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| tech:pve8to9 [2025/11/15 23:24] – 補齊更新程序 jonathan | tech:pve8to9 [2025/11/17 18:03] (目前版本) – [Proxmox VE升級後] jonathan | ||
|---|---|---|---|
| 行 36: | 行 36: | ||
| pveversion | pveversion | ||
| </ | </ | ||
| - | - 所有主機都執行升級檢測工具 < | + | - 所有主機都執行升級檢測工具 < |
| - | WARN: Found at least one CT (104) which does not support running in a unified | + | - 如果之前有設定支援使用舊版 cgroup .. 會出現這個警告< |
| - | | + | FAIL: System explicitly configured for legacy hybrid |
| - | </ | + | NOTE: support for the hybrid cgroup hierarchy is removed in Proxmox VE 9! |
| + | </file> | ||
| + | - 如果 PVE 系統開機是在 EFI 模式且 root 是 LVM 升級後就會無法開機, | ||
| + | echo ' | ||
| + | </ | ||
| + | apt install --reinstall grub-efi-amd64 | ||
| + | apt remove systemd-boot | ||
| + | </cli> | ||
| - 將所有 VM/CT 移到其他主機 | - 將所有 VM/CT 移到其他主機 | ||
| - 更新 apt repo 設定< | - 更新 apt repo 設定< | ||
| sed -i ' | sed -i ' | ||
| + | </ | ||
| - 新增 Proxmox VE 9 免訂閱軟體來源< | - 新增 Proxmox VE 9 免訂閱軟體來源< | ||
| cat > / | cat > / | ||
| 行 51: | 行 59: | ||
| Signed-By: / | Signed-By: / | ||
| EOF | EOF | ||
| + | </ | ||
| - 檢查 / | - 檢查 / | ||
| - 更改後先執行< | - 更改後先執行< | ||
| 行 58: | 行 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 更新< | ||
| 行 68: | 行 74: | ||
| * Configuration file '/ | * Configuration file '/ | ||
| * Configuration file '/ | * Configuration file '/ | ||
| - | * Configuration file '/ | + | |
| * Configuration file '/ | * Configuration file '/ | ||
| * Configuration file '/ | * Configuration file '/ | ||
| 行 89: | 行 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 | ||
| + | </ | ||
| ===== 參考網址 ===== | ===== 參考網址 ===== | ||