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

core: fail storage domain attach if getImagesList fails #736

Merged
merged 2 commits into from
Nov 6, 2022

Commits on Nov 3, 2022

  1. core: fail storage domain attach if getImagesList fails

    If getImagesList fails due to an error we should not continue with
    attaching the SD assuming there no disks on the storage as this will
    corrupt the OVF stores.
    
    Instead fail the attach operation and have the user retry once the issue
    is resolved.
    
    Bug-Url: https://bugzilla.redhat.com/2126602
    Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
    bennyz committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    45bcab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f51d7 View commit details
    Browse the repository at this point in the history