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 #2289

Commits on May 23, 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 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    df39ab2 View commit details
    Browse the repository at this point in the history
  2. review fixes

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    597866b View commit details
    Browse the repository at this point in the history
  3. cherry pick fix

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    95cb489 View commit details
    Browse the repository at this point in the history
  4. Fix smart clone update request size condition

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    fa8e3d9 View commit details
    Browse the repository at this point in the history