LXC storage info total space vs. storage show size

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

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.

grafik

What does lxc config show <instance> --expanded show?