After restarting a freshly recovered LXD installation, a ZFS storage volume containing a Postgresql 13 cluster is mounted with user/group 1000105/1000109 instead of 105/109.
Setting security.shifted=true did not change anything. All other LXD settings are at their default values.
Container raw.idmap is empty.
/etc/subuid and /etc/subgid both contain:
ladmin: 100000:65536
The recovery was made using lxd recover without a database.
The prior installation was running on ubuntu 24.04.
For what it’s worth, on the LXD host, the uid/gid numbers started at 2000000 instead of 1000000 as configured on the containers. So I changed owners on the containers affected using the correct values and the uid/gid’s on the host renumbered automatically starting at 1000000 as expected.