diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-05-07 21:47:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-17 20:48:54 +0200 |
commit | d107bb7d63a641d003ad513c9d3b6306743a424e (patch) | |
tree | 9b3cf6bf43fd3b4885fecf2d47880aa55c126ed7 /man/systemd-nspawn.xml | |
parent | nspawn: show --help text in a pager (diff) | |
download | systemd-d107bb7d63a641d003ad513c9d3b6306743a424e.tar.xz systemd-d107bb7d63a641d003ad513c9d3b6306743a424e.zip |
nspawn: add a new --cpu-affinity= switch
Similar as the other options added before, this is primarily useful to
provide comprehensive OCI runtime compatbility, but might be useful
otherwise, too.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 22bb3b705b..9a0e02187f 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -797,6 +797,15 @@ </varlistentry> <varlistentry> + <term><option>--cpu-affinity=</option></term> + + <listitem><para>Controls the CPU affinity of the container payload. Takes a comma separated list of CPU numbers + or number ranges (the latter's start and end value separated by dashes). See <citerefentry + project='man-pages'><refentrytitle>sched_setaffinity</refentrytitle><manvolnum>2</manvolnum></citerefentry> for + details.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--kill-signal=</option></term> <listitem><para>Specify the process signal to send to the container's PID 1 when nspawn itself receives |