mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
runtime: remove FIXME in SandboxState about CgroupPath
It is in real life usage as we put non constrained sandbox processes (like shim) in a separate cgroup path. Fixes: #1944 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -34,7 +34,6 @@ type SandboxState struct {
|
|||||||
|
|
||||||
// CgroupPath is the cgroup hierarchy where sandbox's processes
|
// CgroupPath is the cgroup hierarchy where sandbox's processes
|
||||||
// including the hypervisor are placed.
|
// including the hypervisor are placed.
|
||||||
// FIXME: sandbox can reuse "SandboxContainer"'s CgroupPath so we can remove this field.
|
|
||||||
CgroupPath string
|
CgroupPath string
|
||||||
|
|
||||||
// CgroupPath is the cgroup hierarchy where sandbox's processes
|
// CgroupPath is the cgroup hierarchy where sandbox's processes
|
||||||
|
|||||||
Reference in New Issue
Block a user