Oto Petřík
Oto Petřík
> Just wanted to say the Intellij Plugin is also not working in NixOS. Should I make a separate issue with the details? Providing the `libstdc++.so.6` library is not enough,...
Hello, it looks like there are multiple things mixed together in this issue. There a two different reasons why terraform might want to replace a VM (or any other resource)....
Note that there is a difference: Old plan: ``` # proxmox_virtual_environment_vm.vm is tainted, so must be replaced ``` The resource was not completely created. New plan: ``` # proxmox_virtual_environment_vm.vm must...
> The disk management in the provider is somewhat finicky. Noticed that while working on #606. Is there any easy way to log payloads of all PVE API calls ?...
> `TF_LOG=DEBUG terraform apply` prints out request and response for all HTTP traffic between the provider and PVE. A fair warning, it will also dumps in full any file uploads,...
`WaitForNetworkInterfacesFromVMAgent` [intentionally](https://github.com/bpg/terraform-provider-proxmox/blob/6ab1d5fffbe265291e2991db162fb68fd1b50b02/proxmox/nodes/vms/vms.go#L502) waits for IP addresses meeting `IsGlobalUnicast` criteria. Without it, a link-local IPv6 address would often appear before a DHCP-provided IPv4 address, and VM `ipv4_addresses` attribute would be returned...
It might be good idea to keep the provider defaulting to 'no balloon' for now. Maybe modify the documentation example to include balloon/floating option, something like: ``` memory { dedicated...
> Wouldn't it make sense to purge `127.0.0.1` and simplify the slice to be one dimensional? Probably not. There are use cases for VMs with multiple interfaces (router, internal cluster...
Combination `cloud-init` + `ovmf` + `cloud-init drive @ ide` does not work, combination `cloud-init` + `ovmf` + `cloud-init drive @ sata` also does not work, but combination `cloud-init` + `ovmf`...
Interesting idea, it could be useful for setting `"vfio-pci.ids=..."` on kernel cmdline. Unfortunately there are two issues: 1) Booting Proxmox is a bit more complex, sometimes Grub is *not* used....