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

MGMT-15243: Skip any zero size manifests when applying #5355

Merged
merged 1 commit into from Jul 13, 2023

Commits on Jul 12, 2023

  1. MGMT-15243: Skip any zero size manifests when applying

    When applying manifests when installation is started, we should skip any
    manifests that are of zero size to prevent them from causing bootstrap
    problems later.
    
    We can't validate zero size at the point of file upload as the UI is
    presently using an approach where it uploads an empty manifest file to
    track that the user wishes to add user defined manifests.
    
    Discussions are underway to change this but for now we need to take this
    alternative approach.
    
    This PR implements this.
    paul-maidment committed Jul 12, 2023
    Copy the full SHA
    ca494a7 View commit details
    Browse the repository at this point in the history