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

Fix SD detach flow ("unregistered_ovf_of_entities" DB table) #681

Merged
merged 1 commit into from
Sep 27, 2022

Commits on Sep 27, 2022

  1. core: fix SD detach flow ("unregistered_ovf_of_entities" DB table)

    Fix Storage Domain detach flow.
    There is no need to write the OVF data related to VMs & VM templates
    into the "unregistered_ovf_of_entities" DB table.
    That causes in certain scenarios a stale data to be left there.
    This table is correctly filled with up-to-date data during
    Storage Domain attach flow.
    
    Signed-off-by: Pavel Bar <pbar@redhat.com>
    Bug-Url: https://bugzilla.redhat.com/1705338
    barpavel committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7d7d828 View commit details
    Browse the repository at this point in the history