Eric Vallée
Eric Vallée
Github supports building and releasing binaries into named releases free of charge. Assuming you don't want to wait for zhangjianweibj to do it, consider simply forking the repo and adding...
While we had limited time to investigate this so we can't claim for sure that there isn't some obscure way to do it, we found that our preferred way of...
> Thank you for this PR. I'd appreciate if you could provide a guide for manually testing this change. I'm going on vacation on the 21th and I have things...
"might use node index.js over npm start (Thanks @pesho src )" If you use a lightweight init system like dumb-init, you can use npm start and still have the init...
I use this workaround in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1677398/comments/43 Assuming you reuse volume pools a fair bit and don't maintain too many of them, it does the trick. You can even include...
I did that before with the volume pools when I was finicking around previously to resolve my vm image permission issue before finding the solution above. ``` resource "libvirt_pool" "os"...
You are not doing anything wrong. The resource is configured to be recreated if the volume size change: https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/libvirt/resource_libvirt_volume.go#L40 You have some options open to you to circumvent this: -...
Hi Cyril, > Thanks for opening this issue. Thanks for maintaining this great tool. > (don't hesitate to add the `terraform plan` output when you create an issue BTW) Will...
Not an employee at Hashicorp, but I started looking at it if it can help in any way, otherwise just ignore this. Slight readability nitpick here: ``` var tlsConfig tls.Config...
> > I think you can probably just set the tls client config all the time (I know I do this in my own code, though I always use tls),...