This script is designed to run on a fresh installed Proxmox server, configures pve-no-subscription repository, adjusts zfs_arc_cache and installs basic tools like zfs-auto-snapshot or ifupdown2
Go to file
2021-04-13 18:25:17 +00:00
install.sh Added nvme-cli 2021-04-13 18:25:17 +00:00
README.md First overview in README.md 2021-04-12 22:07:42 +02:00

proxmox-zfs-basics

This script installs and configures basic tools for running a Proxmox Server. Following settings are made:

  • Remove pve-enterprise repo
  • Add pve-no-subscription repo
  • Upgrade system to latest version
  • Install basic tools: vim net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools lsscsi sysstat zfs-auto-snapshot
  • Configure snapshot retention for zfs-auto-snapshot
  • Set limits for level 1 arc (zfs_arc_min and zfs_arc_max)