From 1f5b229befc2a6fab4e8e644ed1f60588a06b632 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 29 May 2021 11:57:43 +0800 Subject: [PATCH] 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 --- src/runtime/virtcontainers/persist/api/sandbox.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/virtcontainers/persist/api/sandbox.go b/src/runtime/virtcontainers/persist/api/sandbox.go index efda2d296e..6f6e341154 100644 --- a/src/runtime/virtcontainers/persist/api/sandbox.go +++ b/src/runtime/virtcontainers/persist/api/sandbox.go @@ -34,7 +34,6 @@ type SandboxState struct { // CgroupPath is the cgroup hierarchy where sandbox's processes // including the hypervisor are placed. - // FIXME: sandbox can reuse "SandboxContainer"'s CgroupPath so we can remove this field. CgroupPath string // CgroupPath is the cgroup hierarchy where sandbox's processes