Hello Proxmox,
I have a server running PBS on two NVME in RAIDZ-1 and four enterprise HDD's in hotswap bays for storing the backups. I want HDD 1-3 in RAIDZ-1 with the ability to hotswap for cold storage, and HDD 4 as a hotspare in case of a failure. To set this up, I have taken the following steps:
I have a server running PBS on two NVME in RAIDZ-1 and four enterprise HDD's in hotswap bays for storing the backups. I want HDD 1-3 in RAIDZ-1 with the ability to hotswap for cold storage, and HDD 4 as a hotspare in case of a failure. To set this up, I have taken the following steps:
- Enabled hotswap in BIOS
- Initialized HDD's to GPT via fdisk
- Added HDD 1-3 to RAIDZ-1 pool via web-portal
- Ran
zpool add storage spare /dev/sdd
- Ran
zpool set autoprelace=on storage