Skip to content

Commit 1d0d810

Browse files
zulinx86Manciukic
authored andcommitted
docs(jailer): Remove description for non-existing parameter
Since we removed the --node parameter in v1.0, we should not have description for the parameter. Fixes: b4d51ac ("jailer: remove --node parameter") Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 0655215 commit 1d0d810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/jailer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ After starting, the Jailer goes through the following operations:
123123
identified location (referred to as `<cgroup_base>`), the jailer creates the
124124
`<cgroup_base>/<parent_cgroup>/<id>` subfolder, and writes the current pid to
125125
`<cgroup_base>/<parent_cgroup>/<id>/tasks`. Also, the value passed for each
126-
`<cgroup_file>` is written to the file. If `--node` is used the corresponding
127-
values are written to the appropriate `cpuset.mems` and `cpuset.cpus` files.
126+
`<cgroup_file>` is written to the file.
128127
- Call `unshare()` into a new mount namespace, use `pivot_root()` to switch the
129128
old system root mount point with a new one base in `chroot_dir`, switch the
130129
current working directory to the new root, unmount the old root mount point,

0 commit comments

Comments
 (0)