Virsh shutdown: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * virsh =Overview= <pre> virsh shutdown <vm-name> </pre>")
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[Virsh#Commands|virsh]]
* [[Virsh#Commands|virsh]]
* [[Linux_Virtualization_Operations#Start.2FStop_Guest_VMs|Linux Virtualization Operations]]


=Overview=
=Overview=


<pre>
<syntaxhighlight lang='bash'>
virsh shutdown <vm-name>
virsh shutdown <vm-name>
</pre>
</syntaxhighlight>
 
If the host fails to shutdown, it can be forced to shutdown with [[virsh destroy]].

Latest revision as of 00:10, 7 December 2020

Internal

Overview

virsh shutdown <vm-name>

If the host fails to shutdown, it can be forced to shutdown with virsh destroy.