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.58] Improve DataVolume status reporting with populators #2953

Commits on Oct 31, 2023

  1. Check PVC Prime before updating DV status to improve status reporting

    With the addition of populators into CDI, we introduced a minor divergence in the DV status reporting between the new and the old flow to avoid checking PVC Prime. Though it would be ideal to completely ignore the PVC Prime in the DV layer, this divergence might confuse some users.
    
    This commit updates the status reporting mechanism so both the old flow and the populator flow match.
    
    Signed-off-by: Alvaro Romero <alromero@redhat.com>
    alromeros authored and kubevirt-bot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    818ae77 View commit details
    Browse the repository at this point in the history