Hi,
I currently have 2 LXC containers, and I’d like a third container.
However I’ve run out of space.
How would one resize the default btrfs storage?
# lxc storage list
+---------+-------------+--------+--------------------------------------------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY |
+---------+-------------+--------+--------------------------------------------+---------+
| default | | btrfs | /var/snap/lxd/common/lxd/disks/default.img | 9 |
+---------+-------------+--------+--------------------------------------------+---------+
On my container:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop1 5.0G 4.0G 761M 85% /
I’m running LXD on Debian via Snap, and run 3.4:
# lxd --version
3.4
Any help/ advice is appreciated! Thanks