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] Manual fix for clone without source pvc but target pvc already populated #2405

Commits on Aug 22, 2022

  1. Allow clone when source pvc doesnt exist if target is populated

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9fb22e0 View commit details
    Browse the repository at this point in the history
  2. Adjust code to handle a clone of missing source PVC

    In case the target pvc exists and populated we should allow the clone
    to complete successfully without doing anything.
    Adjust the code and add a test for that case.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5686b4f View commit details
    Browse the repository at this point in the history