Skip to content

Instantly share code, notes, and snippets.

@diversemix
Last active June 1, 2016 11:32
Show Gist options
  • Save diversemix/d44c984cc3f048e2b1b87e847e124fd5 to your computer and use it in GitHub Desktop.
Save diversemix/d44c984cc3f048e2b1b87e847e124fd5 to your computer and use it in GitHub Desktop.
[KVM] Modify definition - bug workaround
# Currently there is a bug (fixed in virt-manager-1.3.2-1.el7) so you will need to edit the xml to remove the channel definition:
NAME=new_test
virsh dumpxml ${NAME} > ${NAME}.xml
virsh undefine ${NAME}
vi ${NAME}.xml ; virsh define ${NAME}.xml ; virsh start ${NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment