You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we specify `--parent-cgroup` without any `--cgroup` option, the
jailer do anything.
We could just error in that situation, and expect something else to
launch the jailer process in a cgroup, but we risk breaking anybody that
is already using it that way.
Instead, we move the process to the `--parent-cgroup` since it's the
most intuitive, although the specified `--parent-cgroup` is not a parent
in that case.
Link: firecracker-microvm#4287
Signed-off-by: Pablo Barbáchano <[email protected]>
0 commit comments