I am reposting this because it's been 2 or 3 weeks.
Hello,
Hopefully this is the right place to send a question like this...
I'm attempting to automate creation of VMs using virt-install and a
cloud-init disk image. To get this to work, I need to specify the location
of the cloud-init configs by
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
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
Indeed it seems to have been a red herring... Your comment about the
systemd socket gave be the idea to ensure it was enabled and sure enough
the libvirtd.service was enabled and the libvirtd.socket was not, so
libvirtd was exiting without activity and without a socket so I was
unable to start gues
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
udevadm control --reload-rules && udevadm trigger
https://acc