Skip to content

Instantly share code, notes, and snippets.

@alesvaupotic
Created November 27, 2017 18:37
Show Gist options
  • Save alesvaupotic/72a76fb9f2d65bd13795a8534f7143b4 to your computer and use it in GitHub Desktop.
Save alesvaupotic/72a76fb9f2d65bd13795a8534f7143b4 to your computer and use it in GitHub Desktop.
After setup, set ZFS compression for your poll and updates for LXD
#as sudo
zfs set compression=lz4 containers
zfs get compressratio containers
lxc config set images.auto_update_cached true
lxc config set images.remote_cache_expiry 1
lxc config set images.auto_update_interval 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment