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

🐛 Image controller: don't attempt upload when adopting #2180

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Image controller: don't attempt upload when adopting

    When an image is to be adopted, the controller would still attempt to
    upload content when it observed the image in the queued state after
    having been created externally. This didn't result in incorrect
    behaviour because API validation ensures that images for adoption don't
    specify a source. This meant that no upload could be attempted, but it
    did result in a spurious error message reported both to the user and in
    the logs.
    mdbooth committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    574a702 View commit details
    Browse the repository at this point in the history