Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2020-02-18 22:45:08 +0300
committerAndrei Vagin <avagin@gmail.com>2020-03-27 19:36:20 +0300
commit48f3b6516b384f9c4f240aff76f671697198884b (patch)
tree84fca27f674515384e6253f1a932483c2b745e6f /Documentation
parentcdd08cdff8692aad9d05dd83e2ab24379cd83393 (diff)
criu(8): Add documentation for --enable-fs
This option was introduced with: https://github.com/checkpoint-restore/criu/commit/e2c38245c613df5e36dcf0253c7652f928e46abf v2: (comment from Pavel Tikhomirov) --enable-fs does not fit with --external dev[]:, see try_resolve_ext_mount, external dev mounts only determined for FSTYPE__UNSUPPORTED. Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index a6b9f7fae..0ac29103a 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -90,6 +90,19 @@ The following levels are available:
*-L*, *--libdir* 'path'::
Path to plugins directory.
+*--enable-fs* ['fs'[,'fs'...]]::
+ Specify a comma-separated list of filesystem names that should
+ be auto-detected. The value 'all' enables auto-detection for
+ all filesystems.
++
+Note: This option is not safe, use at your own risk.
+Auto-detecting a filesystem mount assumes that the mountpoint can
+be restored with *mount(src, mountpoint, flags, options)*. When used,
+*dump* is expected to always succeed if a mountpoint is to be
+auto-detected, however *restore* may fail (or do something wrong)
+if the assumption for restore logic is incorrect. This option is
+not compatable with *--external* *dev*.
+
*--action-script* 'script'::
Add an external action script to be executed at certain stages.
The environment variable *CRTOOLS_SCRIPT_ACTION* is available