Hello,
I currently have 4 disks allocated to RAID 10 ZFS and require more swap space on my node and need to use some of that allocated ZFS disk. I have come across this https://askubuntu.com/questions/228149/zfs-partition-as-swap
Which says all I need to do to add 10GB swap is run
Is this advised against? I can see there is an issue that can cause a deadlock https://github.com/openzfs/zfs/issues/7734 how would that happen and how can I prevent it with Proxmox?
I currently have 4 disks allocated to RAID 10 ZFS and require more swap space on my node and need to use some of that allocated ZFS disk. I have come across this https://askubuntu.com/questions/228149/zfs-partition-as-swap
Which says all I need to do to add 10GB swap is run
Code:
zfs create pool/swap -V 10G -b 4K
mkswap -f /dev/pool/swap
swapon /dev/pool/swap
Is this advised against? I can see there is an issue that can cause a deadlock https://github.com/openzfs/zfs/issues/7734 how would that happen and how can I prevent it with Proxmox?
Last edited: