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

Propagate backup mode to template disks #780

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Commits on Dec 15, 2022

  1. fix oVirt#779: propagate backup mode to template disks

    Previously, all template disks were created with backup mode = NONE
    regardless of the backup mode of the disks of the VM that the template
    is created from.
    
    Now the backup mode would propagate from the VM disks to the template
    disks when their format is qcow2. If the template disks are created
    as raw their backup mode would be NONE. Enabing to create template
    disks with incremental backup enabled from VM disks that are raw is
    outside of the scope of this change.
    
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    aa2c285 View commit details
    Browse the repository at this point in the history