Tom Parrott
Tom Parrott
@mihalicyn could this be related to the LXCFS fixes you're working on?
> Error: Failed checking if instance creation allowed: Failed getting usage of project entities: Instance "c1" in project "test-usage" has no "limits.memory" config, either directly or via a profile
> The issue is in the `images_aliases` table. When a POST request is made to /1.0/images/aliases, the `image_id` column is overwritten. > > ```shell > kadinsayani@devbox:~/canonical/lxd$ lxc image copy ubuntu:jammy...
@kadinsayani does LXD auto select the correct instance type if launch an instance using an image `alias` of type VM without specifying `--vm`?
So does this issue boil down to: Simplestreams aliases are unique per instance type, but LXD's image aliases are unique (excluding instance type)? My worry here is that changing the...
@markylaing shall we close this?
> in the above syslog shows an entry made by lxd-agent 2s after lxd-agent Please could you elaborate what you mean by: > by lxd-agent 2s after lxd-agent Do you...
Thanks. So it doesn't happen with the `ubuntu:` remote images?
Please can you share how you are building the image?
> This started out small but after some changes I realized we have to properly hide structs behind interfaces to not anymore return datatypes which aren't usable by the user...