|
Bugzilla – Full Text Bug Listing |
| Summary: | podman stats doesn't show the MEM USAGE in rootless containers | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Hanan Devsar <5p7u5x61q> |
| Component: | Containers | Assignee: | Containers Team <containers-bugowner> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Leap 15.6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
pic 1 - memory needs to be delegated in rootless container
pic 2 - `podman stats` after memory delegated |
||
|
Description
Hanan Devsar
2024-07-01 09:15:22 UTC
Created attachment 875812 [details]
pic 1 - memory needs to be delegated in rootless container
Created attachment 875813 [details]
pic 2 - `podman stats` after memory delegated
i found the problem that memory is not delegated by default in rootless container while it needs to activated for `podman stats` output. i've attached the pics fixing the `podman stats` source: https://rootlesscontaine.rs/getting-started/common/cgroup2/ |