PVE8 注意事項(2023-8-11)
1. 修改 /etc/apt/sources.list.d/ceph.list #若沒有訂閱,請全部加上 # #deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise 2. 修改/etc/apt/sources.list.d/pve-enterprise.list #deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise #deb http://enterprise.proxmox.com/debian/pve bookworm pve-no-subscription deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription deb http://ftp.debian.org/debian bookworm main contrib deb http://ftp.debian.org/debian bookworm-updates main contrib deb http://security.debian.org/debian-security bookworm-security main contrib
接下來執行apt update;apt upgrade就可以了
PVE 6 注意事項
- 設定自動更新
修改/etc/apt/sources.list.d/ 裡面的檔案
將
deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
改成
deb http://enterprise.proxmox.com/debian/pve buster pve-no-subscription
請注意免費版是存取http, 非訂閱版的https , buster 代表pve 6版
修改完畢, 執行 apt update ; apt upgrade - 建議安裝套件
apt install multipath-tools lsscsi - ZFS相關(2023-01-07 安裝pve 7.3時若zfs停止同步功能,會遇到當機)
*若使用內建的zfs功能, 請考慮關掉sync功能,避免讀取過慢,造成當機
執行
#zfs list 取得raid pool name
zfs list
zfs set sync=disabled <raid pool name>
zfs get sync <raid pool name>
*若zfs壞了, 無法zpool import , 有時候可以清除label , 並且以readonly掛載起來
zpool labelclear /dev/sda
zpool import -f -o readonly=on <zfs pool name> - 掛載硬碟到directory, 反悔解除後上面的路徑還在
此時可以到/etc/systemd/system把該硬碟的檔案刪除, 重新刷新pve,就不會出現了 - 以後想到會補充在這裡