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: fix copying from MBS to image domain #349

Merged
merged 1 commit into from
May 15, 2022
Merged

Commits on May 9, 2022

  1. core: fix copying from MBS to image domain

    There is no need to reconstruct the sourceDisk as ManagedBlockDisk as it
    is already of this type if the source domain is a Managed Block Storage
    Domain, and it will fail later on as the conversion method createManagedBlockDiskFromDiskImage
    assigns the target's id to the constructed object which is incorrect, as
    this is the source disk.
    
    Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
    bennyz committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7fab037 View commit details
    Browse the repository at this point in the history