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

PVC Clone Populator #2709

Merged
merged 12 commits into from
May 24, 2023
Merged

PVC Clone Populator #2709

merged 12 commits into from
May 24, 2023

Commits on May 18, 2023

  1. touch up zero restoresize snapshot

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1bac742 View commit details
    Browse the repository at this point in the history
  2. clone populator

    only supports PVC source now
    
    snapshot coming soon
    
    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    fd84df9 View commit details
    Browse the repository at this point in the history
  3. more unit tests

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3e1d894 View commit details
    Browse the repository at this point in the history
  4. unit test for clone populator

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    188e448 View commit details
    Browse the repository at this point in the history
  5. func tests for clone populator

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a5ac4cb View commit details
    Browse the repository at this point in the history
  6. move clone populator cleanup function to planner

    other review comments
    
    verifier pod should bount readonly
    
    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 18, 2023
    Configuration menu
    Copy the full SHA
    aa2dd2f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. add readonly flag to test executor pods

    synchronize get hash calls
    
    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 19, 2023
    Configuration menu
    Copy the full SHA
    855b8dc View commit details
    Browse the repository at this point in the history
  2. increase linter timeout

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 19, 2023
    Configuration menu
    Copy the full SHA
    55e56db View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. better/explicit readonly support for test pods

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 21, 2023
    Configuration menu
    Copy the full SHA
    c7be492 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. check pv for driver info before looking up storageclass as it may not…

    … exist
    
    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 22, 2023
    Configuration menu
    Copy the full SHA
    eeb5ec9 View commit details
    Browse the repository at this point in the history
  2. addressed review comments

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ec33442 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. chooseStrategy shoud generate more events

    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed May 23, 2023
    Configuration menu
    Copy the full SHA
    23935e1 View commit details
    Browse the repository at this point in the history