Difference between revisions of "Virsh domrename"

From wikieduonline
Jump to navigation Jump to search
 
Line 9: Line 9:
 
  virsh domrename ORIGINAL_NAME NEW_NAME
 
  virsh domrename ORIGINAL_NAME NEW_NAME
 
  error: Requested operation is not valid: cannot rename active domain
 
  error: Requested operation is not valid: cannot rename active domain
 +
 +
Solution, stop VM: <code>[[virsh shutdown]] ORIGINAL_NAME</code>
  
  

Latest revision as of 11:46, 13 August 2020

virsh domrename since release 1.2.19: Sep 02 2015

Rename a domain. This command changes current domain name to the new name specified in the second argument. Note: Domain must be inactive and without snapshots or checkpoints. Disk are not renamed.


virsh domrename ORIGINAL_NAME NEW_NAME
Domain successfully renamed
virsh domrename ORIGINAL_NAME NEW_NAME
error: Requested operation is not valid: cannot rename active domain

Solution, stop VM: virsh shutdown ORIGINAL_NAME


Related terms[edit]

See also[edit]

Advertising: