Hi,
I just extended my ZFS pool as descriped in the manual
Blockquote
sudo truncate -s +5G <LXD_lib_dir>/disks/<pool_name>.img
sudo zpool set autoexpand=on <pool_name>
sudo zpool online -e <pool_name> <device_ID>
sudo zpool set autoexpand=off <pool_name>
why does the total disk space extended but the size remains the same?
BR,
Olli
stgraber
(Stéphane Graber)
2
The size property just records what was originally requested.
We’ll soon be working on allowing modifying it to grow your pool.
Am I right in interpreting this as a size display bug? Because the size of the container has been expanded.

tomp
(Thomas Parrott)
4
What does lxc config show <instance> --expanded
show?