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

Improve DataVolume status reporting with populators #2928

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 19, 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 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    adb502e View commit details
    Browse the repository at this point in the history