Re: virsh attach-interface auto up

2020-08-09 Thread brent s.
On 8/9/20 5:07 AM, Marc Roos wrote: > > Hi Brent, you are right! This has been removed from centos7[1] pfff > > I have managed to get this working by copying these two files from > CentOS6 > > /etc/sysconfig/network-scripts/net.hotplug > /lib/udev/rules.d/60-net.rules > > And running >

Re: virsh attach-interface auto up

2020-08-08 Thread brent s.
On 8/8/20 9:42 AM, Marc Roos wrote: > > I am doing a virsh detach-interface and an attach-interface. Is it > possible to automatically bring the interface up after attaching it? > By coincidence, I was just playing with this with the python API. The interface being brought up automatically,

Re: Why wireless interface cannot be attached to a Linux host bridge?

2020-07-07 Thread brent s.
On 7/7/20 12:43, Laine Stump wrote: > On 7/7/20 11:26 AM, ryotaro kobayashi wrote: >> Hello, everyone. >> >> I'm from japan and using machine translation, so I apologize if it's >> hard to read. >> >> I am currently trying to build a virtual environment using Ubuntu and >> kvm. >> >> However, I

Re: Is it possible to configure libvirt's MAC generation?

2020-06-16 Thread brent s.
On 6/15/20 03:45, Erik Skultety wrote: > On Fri, Jun 12, 2020 at 02:18:13PM -0400, Alvin Starr wrote: >> One solution would be to dump the XML for the domain and then run something >> like sed on it to change what ever you want and then update the domain. >> Of course that will only work if the

Re: Feature request? Auto start vm upon next shutdown

2020-06-21 Thread brent s.
On 6/21/20 13:20, Marc Roos wrote: > > Sometimes when you change the configuration, this configuration change > will only be available after a shutdown. Not to have to monitor when the > vm shuts down, to start it again. It could be nice to have libvirt start > it one time. Something like: >

Re: Feature request? Auto start vm upon next shutdown

2020-06-22 Thread brent s.
On 6/22/20 03:47, Marc Roos wrote: > > > It is not a destroy. With some hardware changes you require the host to > shutdown down and then start. The shutdown down is manually given either > via some acpi request or from within the guest. > When the guest is down, the 'host' recognizes this

Re: Updating dnsmasq options with virsh net-update

2021-03-17 Thread brent s.
On 3/17/21 13:19, Alex Crawford wrote: > I'm trying to take advantage of libvirt's support for passing through > options to dnsmasq > , but I'm > having trouble getting it to take effect. I have a network already > created and I'm trying