mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 19:35:43 +00:00
Fix updated runc dep breaking pod devices cgroup
The update to runc broke creation of devices for containers in the pod cgroup. We don't support the device cgroup for pods at present, so just disable it for now, resolving the issue. Thanks to Giuseppe for finding the fix. [NO NEW TESTS NEEDED] fixes a test break Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
parent
fd07c085f4
commit
cb799fd19e
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ func (r *Runtime) platformMakePod(pod *Pod, p specgen.PodSpecGenerator) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
res.SkipDevices = true
|
||||
// Need to both create and update the cgroup
|
||||
// rather than create a new path in c/common for pod cgroup creation
|
||||
// just create as if it is a ctr and then update figures out that we need to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue