Virsh edit: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Virsh#Commands =Overview= Used to edit a VM definition.") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Virsh#Commands]] | * [[Virsh#Commands|virsh]] | ||
=Overview= | =Overview= | ||
Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]]. | Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]]. | ||
<syntaxhighlight lang='bash'> | |||
virsh edit <vm-name> | |||
</syntaxhighlight> | |||
<font color=darkgray>Does it matter whether the VM is running or shut down while we edit?</font> |
Latest revision as of 06:15, 4 December 2020
Internal
Overview
Used to edit a VM definition.
virsh edit <vm-name>
Does it matter whether the VM is running or shut down while we edit?