2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

docs: add a note about the default mode

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Tycho Andersen 2016-01-20 10:27:38 -07:00 committed by Pavel Emelyanov
parent c30c6e38fe
commit ffcdeb7d0a

View File

@ -236,7 +236,8 @@ The '<mode>' may be one of below.
- *props*. Restore cgroup properties and require cgroup to pre-exist. - *props*. Restore cgroup properties and require cgroup to pre-exist.
- *soft*. Restore cgroup properties if only cgroup has been created - *soft*. Restore cgroup properties if only cgroup has been created
by *criu*, otherwise do not restore properies. by *criu*, otherwise do not restore properies. This is the
default if mode is unspecified.
- *full*. Always restore all cgroups and their properties. - *full*. Always restore all cgroups and their properties.