Virsh reboot

From wikieduonline
Revision as of 12:44, 29 December 2019 by Welcome (talk | contribs)
Jump to navigation Jump to search

virsh reboot VM [--mode MODE-LIST] [1]

Reboot a domain. This acts just as if the domain had the reboot command run from the console. The command returns as soon as it has executed the reboot action, which may be significantly before the domain actually reboots.

The exact behavior of a domain when it reboots is set by the on_reboot parameter in the domain's XML definition.

By default the hypervisor will try to pick a suitable shutdown method. To specify an alternative method, the --mode parameter can specify a comma separated list which includes:

--mode

  • acpi
  • agent
  • initctl
  • signal
  • paravirt

The order in which drivers will try each mode is undefined, and not related to the order specified to virsh. For strict control over ordering, use a single mode at a time and repeat the command.

# virsh reboot VM_NAME                      
Domain VM_NAME is being rebooted

# virsh reboot VM_NAME --mode acpi
Domain VM_NAME is being rebooted

# virsh reboot VM_NAME --mode signal  # signal reboot doesn't work for me
error: Failed to reboot domain fedora-27
error: unsupported flags (0x8) in function qemuDomainReboot


See also

See also

Advertising: