mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Add documentation for --ghost-fiemap
The --ghost-fiemap option was introduced with #1963. It enables an optimized algorithm based on fiemap ioctl that can reduce the number of syscalls used to checkpoint highly sparse ghost files. This option is enabled by default. It can be disabled with --no-ghost-fiemap when using SEEK_HOLE/SEEK_DATA is preferred. In addition, an automatic fallback to SEEK_HOLE/SEEK_DATA is used for filesystems that do not supporting fiemap. Co-authored-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
4a8c02d636
commit
50e42c9ddc
2 changed files with 8 additions and 0 deletions
|
|
@ -384,6 +384,13 @@ mount -t cgroup -o devices,freezer none devices,freezer
|
|||
'size' may be postfixed with a *K*, *M* or *G*, which stands for kilo-,
|
||||
mega, and gigabytes, accordingly.
|
||||
|
||||
*--ghost-fiemap*::
|
||||
Enable an optimization based on fiemap ioctl that can reduce the
|
||||
number of system calls used when checkpointing highly sparse ghost
|
||||
files. This option is enabled by default, and it can be disabled
|
||||
with *--no-ghost-fiemap*. An automatic fallback to SEEK_HOLE/SEEK_DATA
|
||||
is used when fiemap is not supported.
|
||||
|
||||
*-j*, *--shell-job*::
|
||||
Allow one to dump shell jobs. This implies the restored task will
|
||||
inherit session and process group ID from the *criu* itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue