Difference between revisions of "Virsh autostart"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
* To enable autostart: <code>virsh autostart MY_VM_NAME</code>
+
{{lc}}
 +
* To enable autostart: <code>[[virsh]] autostart MY_VM_NAME</code>
 
* To disable autostart: <code>virsh autostart MY_VM_NAME --disable</code>
 
* To disable autostart: <code>virsh autostart MY_VM_NAME --disable</code>
 
* Verify status: <code>[[virsh dominfo]] MY_VM_NAME</code>
 
* Verify status: <code>[[virsh dominfo]] MY_VM_NAME</code>
Line 21: Line 22:
 
* <code>[[virtinst]] --autostart</code> option
 
* <code>[[virtinst]] --autostart</code> option
 
* [[docker]]
 
* [[docker]]
 +
* [[Start configuration behavior and restart policy]]
  
 
== See also ==  
 
== See also ==  

Latest revision as of 10:52, 26 December 2022

  • To enable autostart: virsh autostart MY_VM_NAME
  • To disable autostart: virsh autostart MY_VM_NAME --disable
  • Verify status: virsh dominfo MY_VM_NAME


  • To enable autostart:
virsh autostart MY_VM_NAME
Domain MY_VM_NAME marked as autostarted
  • To disable autostart:
virsh autostart MY_VM_NAME --disable
Domain MY_VM_NAME unmarked as autostarted


virsh list --no-autostart

Related terms[edit]

See also[edit]

Advertising: