search for: virinterfacechangebegin

Displaying 4 results from an estimated 4 matches for "virinterfacechangebegin".

2015 Nov 02
1
Re: changeBegin() on python API
...() working on python? I was trying to use the following >> method: >> >> if = conn.interfaceLookupByName("name") >> if.undefine() >> >> I saw that changeBegin() does not commit changes, but i can't use it. >> > This python API boils down to virInterfaceChangeBegin() but as such it's > implemented just for netcf backend. So if you're on a distro where udev > is used instead, the API will return an error. > Otherwise, this should work: > > if = conn.interfaceLookupByName("name") > if.changeBegin() > if.undefine() > &gt...
2015 Oct 29
2
changeBegin() on python API
Hi, is changeBegin() working on python? I was trying to use the following method: if = conn.interfaceLookupByName("name") if.undefine() I saw that changeBegin() does not commit changes, but i can't use it. -- Ramon Nunes Medeiros Kimchi Developer Linux Technology Center Brazil IBM Systems & Technology Group Phone : +55 19 2132 7878 ramonn@br.ibm.com
2015 Oct 30
0
Re: changeBegin() on python API
...Hi, > > is changeBegin() working on python? I was trying to use the following > method: > > if = conn.interfaceLookupByName("name") > if.undefine() > > I saw that changeBegin() does not commit changes, but i can't use it. > This python API boils down to virInterfaceChangeBegin() but as such it's implemented just for netcf backend. So if you're on a distro where udev is used instead, the API will return an error. Otherwise, this should work: if = conn.interfaceLookupByName("name") if.changeBegin() if.undefine() /* test if the connectivity to the host w...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo