Skygist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 25ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
z

zfs

Recently created Least recently created Recently updated Least recently updated
KarelWintersky

KarelWintersky / swap file on ZFS in Proxmox

Last active 2 months ago proxmox zfs
0 0 1
1 Подключаем swap-файл на ZFS в Proxmox
2
3 To set swap on a zfs drive:
4
5 zfs create -V 8G -b $(getconf PAGESIZE) -o logbias=throughput -o sync=always -o primarycache=metadata -o com.sun:auto-snapshot=false rpool/swap
6
7 mkswap -f /dev/zvol/rpool/swap
8
9 swapon /dev/zvol/rpool/swap