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-v1.43] Fix smart clone request size update #2281

Commits on May 19, 2022

  1. Fix smart clone request size update

    In case the pvc got an actual size as the expected
    size there wasn't an update of the pvc spec with the
    actual user request size, which left the pvc spec with
    a smaller size then the user requested(the data size).
    This caused a discrepancy when trying to restore such pvc,
    which restored a pvc with the small size instead of the user request
    size.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0a10b2d View commit details
    Browse the repository at this point in the history
  2. review fixes

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    98d4f8f View commit details
    Browse the repository at this point in the history