Virsh edit: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 7: Line 7:
Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]].
Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]].


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


<font color=darkgray>Does it matter whether the VM is running or shut down while we edit?</font>
<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?