Re: [libvirt] [PATCH] conf: Skip generating random MAC in DetachDevice xml

2016-05-05 Thread John Ferlan
On 04/18/2016 02:01 PM, Kothapally Madhu Pavan wrote: > When we try to detach a network device without specifying > the mac address, random mac address is generated. As the > generated mac address will not be available in the running > vm, detaching device will fail erroring out "error: > operati

[libvirt] [PATCH] conf: Skip generating random MAC in DetachDevice xml

2016-04-18 Thread Kothapally Madhu Pavan
When we try to detach a network device without specifying the mac address, random mac address is generated. As the generated mac address will not be available in the running vm, detaching device will fail erroring out "error: operation failed: no device matching mac address xx:xx:xx:xx:xx:xx found"