Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO TESTS NEEDED] Drop Warning to Info, if cgroups not mounted
If I run podman within a container without /sys/fs/cgroups mounted, we get this warning, which the user can not do much about. I don't see a reason for requiring this warning to show by default, so we should drop it to Info. User can not do anything about it either, and code works well with the somewhat expected error. Helps fix: containers#9753 Signed-off-by: Daniel J Walsh <[email protected]>
- Loading branch information