Is there a way to shrink/reduce default.img zpool?

Something like this should let you delete it:

  • “lxc delete” of all instances using it
  • lxc profile device remove default root
  • lxc storage delete default

Then re-create with:

  • lxc storage create default zfs size=5GiB (or whatever size you want)
  • lxc profile device add default root disk pool=default path=/