Lines Matching refs:to
6 # The xendomains script can send SysRq requests to domains on shutdown.
7 # If you don't want to MIGRATE, SAVE, or SHUTDOWN, this may be a possibility
8 # to do a quick and dirty shutdown ("s e i u o") or at least sync the disks
16 # If XENDOMAINS_SYSRQ is set, this variable determines how long to wait
17 # (in microseconds) after each SysRq, so the domain has a chance to react.
18 # If you want to a quick'n'dirty shutdown via SysRq, you may want to set
19 # it to a relatively high value (1200000).
26 # When creating a guest domain, it is sensible to allow a little time for it
27 # to get started before creating another domain or proceeding through the
37 # Set this to a non-empty string if you want to migrate virtual machines
38 # on shutdown. The string will be passed to the xm migrate DOMID command
40 # to migrate to and optionally parameters like --live. Leave empty if
41 # you don't want to try virtual machine relocation on shutdown.
50 # Directory to save running domains to when the system (dom0) is
51 # shut down. Will also be used to restore domains from if # XENDOMAINS_RESTORE
52 # is set (see below). Leave empty to disable domain saving on shutdown
62 # try to shut down a domain by sending it a shutdown request. To do this,
63 # set this to "--wait". Omit the "--wait" flag to avoid waiting
64 # for the domain to be really down. Leave empty to skip domain shutdown.
73 # migrated, saved and/or shutdown according to the settings above, we
74 # might want to shutdown the virtual machines that are still running
75 # for some reason or another. To do this, set this variable to
76 # "--all --wait", it will be passed to xm shutdown.
77 # Leave it empty not to do anything special here.
96 # Leave empty if you don't want to start domains automatically
98 # Note that the script tries to be clever if both RESTORE and AUTO are
108 # If this variable is set to "true", only the domains started via config
109 # files in XENDOMAINS_AUTO will be treated according to XENDOMAINS_SYSRQ,
126 # zombies are still running, so you don't need to enable this timeout just
128 # The setting should be large enough to make sure that migrate/save/shutdown
133 # amount of time. So better setup this variable to a huge number and hope the