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

Backport: add callback to RemoveDiskCommand #716

Merged
merged 1 commit into from
Oct 26, 2022

Commits on Oct 26, 2022

  1. core: add callback to RemoveDiskCommand

    Adding callback to RemoveDiskCommand so that it would wait for
    RemoveImageCommand to finish, incl. removing the image from the DB.
    This fixes an issue where RemoveDisk job was marked as FINISHED
    before the image was actually removed from the DB.
    
    Bug-Url: https://bugzilla.redhat.com/2137207
    mkemel committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cdee12d View commit details
    Browse the repository at this point in the history