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

Fix for hotplug with WFFC and CDI populators + test fixes #9918

Merged
merged 2 commits into from
Jun 16, 2023

Commits on Jun 15, 2023

  1. Fix hot plug with wffc with cdi populators

    When dv uses cdi populators it doesn't need
    a doppelganger pod for wffc storage class
    it can be attached and then it will get populated.
    Fix missing condition in case dv phase is pendingPopulation
    you can trigger the attachment pod.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4e6e0bf View commit details
    Browse the repository at this point in the history
  2. Adjust some functests running with wffc storage class and populators

    When having WFFC storage class if this is a sci storage class
    cdi populators will be used and dv will have new phase:
    PendingPopulation, expect the phase to be either WFFC or that.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    844e69b View commit details
    Browse the repository at this point in the history