[libvirt-users] How to rename a domain?
13 Oct
2010
13 Oct
'10
2:58 a.m.
Hi, I am using libvirt Java bindings. How can I rename a domain? Is there an API to do this? Thanks, -Ganesh
15 Oct
15 Oct
1:12 a.m.
New subject: [libvirt-users] [libvirt] How to rename a domain?
On 10/12/2010 12:58 PM, Ganesh Pagade wrote:
Hi,
I am using libvirt Java bindings. How can I rename a domain? Is there an API to do this?
There is no API for it. The only way to do it is basically: virsh dumpxml myvm > foo.xml <edit foo.xml, change the name> virsh undefine myvm virsh define foo.xml - Cole
5595
Age (days ago)
5597
Last active (days ago)
1 comments
2 participants
participants (2)
-
Cole Robinson -
Ganesh Pagade