This has been asked and answered multiple times, but always with lots of confusion and conversation, and I can't seem to get any of the advice in previous threads to work.
I have two SSDs in RAID1, and two HDDs also in RAID1. The SSDs are where Proxmox (6.2) is installed.
I would like to be able to do VM backups to "big-and-slow". I've tried following instructions at https://forum.proxmox.com/threads/zfs-type-does-not-allow-backup-storage.52266/ and https://forum.proxmox.com/threads/prevent-auto-folder-creation-before-manual-mount.31133/ but have gotten nowhere.
Can anyone help let me know what I need to do?
I have two SSDs in RAID1, and two HDDs also in RAID1. The SSDs are where Proxmox (6.2) is installed.
Code:
root@proxmox03:/# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
big-and-slow 1.81T 480K 1.81T - - 0% 0% 1.00x ONLINE -
rpool 888G 16.0G 872G - - 0% 1% 1.00x ONLINE -
root@proxmox03:/# zfs list
NAME USED AVAIL REFER MOUNTPOINT
big-and-slow 396K 1.76T 96K /big-and-slow
rpool 16.0G 844G 104K /rpool
rpool/ROOT 16.0G 844G 96K /rpool/ROOT
rpool/ROOT/pve-1 16.0G 844G 16.0G /
rpool/data 96K 844G 96K /rpool/data
I would like to be able to do VM backups to "big-and-slow". I've tried following instructions at https://forum.proxmox.com/threads/zfs-type-does-not-allow-backup-storage.52266/ and https://forum.proxmox.com/threads/prevent-auto-folder-creation-before-manual-mount.31133/ but have gotten nowhere.
Can anyone help let me know what I need to do?