Virsh shutdown: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 7: Line 7:


<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
virsh shutdown ''<vm-name>''
virsh shutdown <vm-name>
</syntaxhighlight>
</syntaxhighlight>


If the host fails to shutdown, it can be forced to shutdown with [[virsh destroy]].
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.