RE: virsh attach-interface auto up

2020-08-09 Thread Marc Roos
I think it used to work also, maybe one of these latest releases of 7 it has been removed in favour of using networkmanager. (which I do not have) -Original Message- To: Marc Roos; libvirt-users Subject: Re: virsh attach-interface auto up Huh! It seemed to work fine for my CentOS 7

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 > udev

RE: virsh attach-interface auto up

2020-08-09 Thread Marc Roos
r https://access.redhat.com/solutions/429653 -Original Message- To: libvirt-users@redhat.com Subject: Re: virsh attach-interface auto up 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

Re: virsh attach-interface auto up

2020-08-08 Thread Laine Stump
On 8/8/20 11:26 PM, brent s. wrote: 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 b

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,