This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Skip podman purge on Undercloud"
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/skip-podman-purge-undercloud-a3a30b5ac3a0951b.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
other: | ||
- | | ||
"podman image prune" is no longer used on the undercloud to remove unused | ||
images during the undercloud update/upgrade. With the usage of ephemeral | ||
Heat, not all images will always be used by running or stopped containers, | ||
so "podman image prune" should not be used to clean up the local container | ||
image storage. Images that are no longer being used can still be removed | ||
individually with "podman rmi". |