[virt-tools-list] how to change description with virt-manager
Daniel Veillard
veillard at redhat.com
Wed Sep 29 12:51:23 UTC 2010
On Wed, Sep 29, 2010 at 02:43:30PM +0200, Mike Sievers wrote:
> oooops,
> after a second trie it works :-)
> Where are these xml saved?
> (not /etc/xen/vm ?)
Really depends, there is not one single answer, depends on the
hypervisor and if the domain is running, so don't rely on it.
If you want to script you can use that sequence instead from the CLI
virsh dumpxml domainname > /tmp/domainname.xml
modify /tmp/domainname.xml
virsh define /tmp/domainname.xml
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel at veillard.com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
More information about the virt-tools-list
mailing list