Difference between revisions of "CLI/opt/--enable-fs"

From CRIU
Jump to navigation Jump to search
m (Kir moved page CLI/--enable-fs to CLI/opt/--enable-fs)
(Add description)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT:[[Mountpoints]]
+
Support for checkpoint/restore of a file system type often needs to be explicitly implemented, as each file system may have a unique set of features and just mounting anything would be wrong. However, some file systems do not require special processing. A list of comma-separated, currently unsupported, file system names that would "just work" can be specified with the <code>--enable-fs</code> option (e.g. <code>--enable-fs hugetlbfs</code>). In addition, the value <code>all</code> can be used to will match ''any'' unsupported file system.
 +
 
 +
{{Note| When this option is used, '''restore''' may fail if the specified file system requires any special restore logic.}}
 +
 
 +
== See also ==
 +
 
 +
* [[Mount points]]
 +
* [[External mount devices]]
 +
 
 +
[[Category:External]]
 
[[Category:CLI]]
 
[[Category:CLI]]

Latest revision as of 22:43, 24 February 2020

Support for checkpoint/restore of a file system type often needs to be explicitly implemented, as each file system may have a unique set of features and just mounting anything would be wrong. However, some file systems do not require special processing. A list of comma-separated, currently unsupported, file system names that would "just work" can be specified with the --enable-fs option (e.g. --enable-fs hugetlbfs). In addition, the value all can be used to will match any unsupported file system.

Note.svg Note: When this option is used, restore may fail if the specified file system requires any special restore logic.

See also[edit]