Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store: use system.EnsureRemoveAll to rm container
if the container deletion fails with the simple os.RemoveAll(path), then attempt again using system.EnsureRemoveAll(path). The difference is that system.EnsureRemoveAll(path) tries to umount eventual mounts that are keeping the directory busy. It might help with: containers/podman#11594 Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information