Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
LXD/Storage Pools
< LXD
Jump to navigation
Jump to search
This page lists information on the creation of LXD storage pools.
A BTRFS storage pool can be created using the following command:
root # emerge btrfs-progs root # lxc storage create btrfs-1tb-1 btrfs source=/dev/sda4 root # lxc storage set btrfs-1tb-1 btrfs.mount_options compress=lzo