Difference between revisions of "Environment variables"

From CRIU
Jump to navigation Jump to search
(Created page with "CRIU tool understands several environment variables, here they are: ; CR_IP_TOOL : The <code>ip</code> tool you want CRIU to run. It's used to dump/restore information about ...")
 
 
Line 9: Line 9:
 
;CRIU_LIBS_DIR
 
;CRIU_LIBS_DIR
 
: This is where to search for [[plugins]]. Default path is <code>/var/lib/criu</code>
 
: This is where to search for [[plugins]]. Default path is <code>/var/lib/criu</code>
 +
 +
;CRIU_PMC_OFF
 +
: Disables the [[pagemap cache]]. For faulty kernels.
 +
 +
;CRIU_FAULT
 +
: Used in [[fault injection]] testing
 +
 +
;CRIU_DEPRECATED
 +
: Tells CRIU to enable [[deprecation|deprecated functionality]]
  
 
[[Category:API]]
 
[[Category:API]]

Latest revision as of 09:32, 21 September 2016

CRIU tool understands several environment variables, here they are:

CR_IP_TOOL
The ip tool you want CRIU to run. It's used to dump/restore information about net namespaces -- links, addresses and routes.
CR_IPTABLES
The iptables tool. It's used to lock/unlock a TCP connection.
CRIU_LIBS_DIR
This is where to search for plugins. Default path is /var/lib/criu
CRIU_PMC_OFF
Disables the pagemap cache. For faulty kernels.
CRIU_FAULT
Used in fault injection testing
CRIU_DEPRECATED
Tells CRIU to enable deprecated functionality