mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
cgroup: Add "ignore" mode for --manage-cgroups
Since commit 6c572bee8f ("cgroup: Set "soft" mode by default") it
become impossible to set ignore mode at all. Provide a user option to do
that.
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
8c5b25cbf5
commit
4eb2df5ae6
3 changed files with 6 additions and 1 deletions
|
|
@ -440,6 +440,8 @@ The 'mode' may be one of the following:
|
|||
*strict*::: Restore all cgroups and their properties from the scratch,
|
||||
requiring them to not present in the system.
|
||||
|
||||
*ignore*::: Don't deal with cgroups and pretend that they don't exist.
|
||||
|
||||
*--cgroup-root* ['controller'*:*]/'newroot'::
|
||||
Change the root cgroup the controller will be installed into. No controller
|
||||
means that root is the default for all controllers not specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue