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

Always set a valid ContentType for created PVC #2409

Merged
merged 1 commit into from
Aug 25, 2022

Commits on Aug 25, 2022

  1. Always set a valid ContentType for created PVC

    When DV is garbage collected and PVC ContentType is not correctly set,
    there is no way to guess the PVC ContetType. In CDI we assume that if
    there is no content type it's a kubevirt disk, but is other cases
    (e.g. export) we cannot make that assumption.
    
    Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
    arnongilboa committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    13c093c View commit details
    Browse the repository at this point in the history