bitchecker
bitchecker
Hi, so we're talking about that a cloud image, doubled its size in some month? Ok can be! My point is: disk size is _Optional_ but has a default of...
Hi @bpg, with `scsi_hardware` config, the situation is a little better, but the issue is still present! Of course, setup `parallelism` option is a good workaround also if build time...
Hi @bpg, no, I didn't try virtio disk interface yet because this will be a braking change on module and will destroy and rebuild all guests! I don't think that...
Testing on a testing vm I get this error: ``` module.test.proxmox_virtual_environment_vm.virtual_machine[0]: Modifying... [id=105] ╷ │ Error: deletion of disks not supported. Please delete disk by hand. Old interface was "scsi0"...
Building a new machine I get the same error also with `virtio` interface: ``` │ Error: error waiting for VM clone: All attempts fail: │ #1: task "UPID:proxmox:001D0CCF:021A2E8B:66E32A62:qmclone:132:root@pam:" failed to...
The VM Template is of course the same for all the machine and has not a fixed ID, but proxmox assigned it when I created it. For VMs, we're using...
Hi, I think too that the main reason can be the API calls that are spawned in parallel as I suggested [here](https://github.com/bpg/terraform-provider-proxmox/issues/1521#issuecomment-2345426817).
Hi @bpg, I can't find updates on documentation (https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_vm). Another point is that on your PR I can see that with or without the `random_vm_ids = true` the result is...
Hi @bpg, > Just to confirm, "result is the same" means you've tried the new version in your environment, and you see the same error `can't lock file '/var/lock/qemu-server/lock-XXXX.conf' ?...
I just tried to add the new option and I can confirm that no regressions on existing guests!