search for: virinterfacechangerollback

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

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
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
2015 Nov 02
1
Re: changeBegin() on python API
...ted 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() was called. You can also force this rollback prior to boot by calling virinterfaceChangeRollback() (note that rollback only affects the config files, *not* the current working state of the network)).