-
Notifications
You must be signed in to change notification settings - Fork 935
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
security.devlxd.images
doesn't work
#14590
Comments
I suspect this is a case where the client doesn't check if the devlxd socket is present on this particular code path. I've never had an issue with it on |
I've marked this as an improvement, as its not clear whether it was ever intended for devlxd images endpoint to work with image copy. But it seems like something worth doing if feasible. |
To be clear, I noticed the issue with a |
It seems that the reason for this is that not all images are being marked as
I'll try and figure out the reason for this. |
I noticed this because I found that it was working fine for |
Bug discovery
For some reason, pulling
images:alpine/edge
was pathologically slow for me/today (~15kB/s):Yet, that image is already in my host's cache:
Simple reproducer
In a first terminal
In another terminal:
In yet another terminal:
Then back to the first terminal that is in
c2
:That
lxc image copy
will do network traffic (visible in thetcpdump
terminal) and nothing in the lxcmonitor
one. Note the exact same fingerprint was retried.Additional information
The text was updated successfully, but these errors were encountered: