Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[regression]: lxc image list <OFFICIAL REMOTE>: broken on latest/edge #14561

Closed
simondeziel opened this issue Nov 29, 2024 · 1 comment · Fixed by #14563
Closed

[regression]: lxc image list <OFFICIAL REMOTE>: broken on latest/edge #14561

simondeziel opened this issue Nov 29, 2024 · 1 comment · Fixed by #14563

Comments

@simondeziel
Copy link
Member

simondeziel commented Nov 29, 2024

Listing public images doesn't work with LXD from latest/edge:

$ lxc image list ubuntu-minimal-daily:
Error: The remote isn't a private LXD server

But that remote config seems to be in order:

$ lxc remote list | sed -n '2,3 p; /ubuntu-minimal-daily/ p'
|                NAME                 |                        URL                        |   PROTOCOL    |  AUTH TYPE  | PUBLIC | STATIC | GLOBAL |
+-------------------------------------+---------------------------------------------------+---------------+-------------+--------+--------+--------+
| ubuntu-minimal-daily                | https://cloud-images.ubuntu.com/minimal/daily/    | simplestreams | none        | YES    | YES    | NO     |

Other official remotes are also affected but they all work with 5.21/stable and latest/candidate.

Additional information:

$ lxc version
Client version: 6.2
Server version: 6.2
$ snap list lxd
Name  Version      Rev    Tracking     Publisher   Notes
lxd   git-dc7b9b1  31502  latest/edge  canonical✓  -
@kadinsayani
Copy link
Contributor

kadinsayani commented Nov 29, 2024

This regression was probably introduced with #14260. I'll have a PR up with a fix pretty quickly, I think I've tracked down the problem. More to follow.

simondeziel added a commit to simondeziel/lxd that referenced this issue Nov 30, 2024
This would have caught canonical#14561

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel added a commit to simondeziel/lxd that referenced this issue Nov 30, 2024
This would have caught canonical#14561

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants