James Mills
James Mills
> One more hunch is, what if `tdnf -y update` is causing contention while cloud-init is in the middle of something? I've already ruled that out. In my tests I...
Also FWIW the `user-data` that is being pushed to VMWare Guestinfo via Terraform when creating these instances is _correct_. I can see it once the VM boots up. ```#!shell root@dm1-test2...
Can we just make this configurable already? It seems rather limiting to have to hard-code something like this, most software (_MySQL, PostgrSQL included_) I'm fairly sure make this configurable! Making...
> > Making this configurable lets us be a bit more flexible at the packaging/systems level which would help to solve #8898 > > How does making the named pipe...
I noticed when I created a new repo with `plain.GitInit()` that the bare repo has no `refs/HEAD` pointing anywhere. I _think_ this might be related? 🤔
According to this (_rather random unrelated find_) [unrelated issue](https://github.com/kubernetes/minikube/issues/4195) it _might_ be that `libvirt` isn't compiled with `--with-virt-network` -- So I'm giving that a go to see if that helps.
Re-installed the provider and added `--with-virt-network` to libvirt and built form source. ```#!sh $ terraform-provider-libvirt --version terraform-provider-libvirt fc4f30356f23f52f8a5766abea327e61d90e08e3-dirty Compiled against library: libvirt 5.7.0 Using library: libvirt 5.7.0 Running hypervisor: QEMU...
Probably helpful to know that `virsh -V` only reports "Remote Bridging" as a supported networking driver: ``` $ virsh -V Virsh command line tool of libvirt 5.7.0 See web site...
Why would this be an Enterprise-only feature?
Good to hear 👌 I may have to increase my monthly donations 😅