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

[release-0.44] Backport 'Fix vm restore in case of restore size bigger then PVC requested size' #7985

Merged

Commits on Jun 26, 2022

  1. Make the snapshot controller implement volumeSnapshotProvider interface

    This interface will be used in the restore controller
    to get the volume snapshot.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    708964d View commit details
    Browse the repository at this point in the history
  2. Update restore PVC to the restore size if it is bigger then pvc size

    This should fix a case where the restore size is bigger then
    the pvc request size so when trying to restore to the pvc
    the restore fails.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    ddb3ed2 View commit details
    Browse the repository at this point in the history