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: Allows deletion to proceed even if there is no external service #95

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

markbeierl
Copy link
Contributor

Description

If the install does not complete (say for example, lack of huge pages), the external service is never created. This causes an exception to be thrown on delete, so this change causes the message to be logged instead of throwing.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
    N/A I have made corresponding changes to the documentation
  • I have added tests that validate the behaviour of the software
  • I validated that new and existing unit tests pass locally with my changes
    N/A Any dependent changes have been merged and published in downstream modules
    N/A I have bumped the version of the library

@markbeierl markbeierl requested a review from a team as a code owner February 15, 2024 19:29
@markbeierl markbeierl linked an issue Feb 15, 2024 that may be closed by this pull request
@markbeierl markbeierl merged commit 3fb9212 into main Feb 16, 2024
25 checks passed
@markbeierl markbeierl deleted the TELCO-1011_supress-exception-on-remove branch February 16, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot remove UPF if charm goes into blocked state
2 participants