mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00: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:
parent
fee0004ad4
commit
1f5b229bef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user