mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-04-26 20:47:17 +03:00
1.0 KiB
1.0 KiB
title, description, date, tags
title | description | date | tags | |
---|---|---|---|---|
Обновление Proxmox 7 -> Proxmox 8 | И дошлифовка | 2024-12-10T14:05:00+01:00 |
|
Актуализация ОС
apt -y update
apt -y dist-upgrade
Проверка готовности обновления
pve7to8 --full
Актуализация репозиториев
sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list
sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*.list
Обновление ОС и PVE
apt -y update
apt -y dist-upgrade
init 6
Дошлифовка
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"
Ограничение потребление RAM zfs'ом
В /etc/modprobe.d/zfs.conf
добавить следующую строку (2GB на 1TB):
options zfs zfs_arc_max=4294967296
Применение и перезагрузка
update-initramfs -u -k all
init 6