search for: virinterfacechangecommit

Displaying 3 results from an estimated 3 matches for "virinterfacechangecommit".

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 Nov 02
1
Re: changeBegin() on python API
...thod of the connection. (To be more descriptive, virInterfaceChangeBegin() makes a copy of all network interface config for all interfaces on the host. You can then modify the network config as you wish (add/remove/modify interface configs), then when you're sure the new config works, call virInterfaceChangeCommit() to throw away the snapshotted copy of config. If the host is rebooted without calling virInterfaceChangeCommit(), an initscript (or whatever they call the equivalent in systemd) called during boot will replace the new network config with whatever it was at the time virInterfaceChangeBegin() 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