Pavel Boldyrev

Results 224 comments of Pavel Boldyrev

The `DiskSize` field in `RootFS` struct is read-only, so can't be used to change the FS size. However, there is a special syntax for the `volume` field that allows to...

I'm seeing similar timeouts time to time as well. I would say the provider is sensitive to increased IO delays on the PVE node, for example, if underlying storage is...

@intelline, you may have an issue connecting with the qemu agent on the cloned VM. Please make sure the agent is enabled on the source vm (`8000`), and also check...

> Maybe not the same issue? Not sure... this particular error seems to be coming from https://github.com/bpg/terraform-provider-proxmox/blob/v0.6.2/proxmoxtf/resource_virtual_environment_vm.go#L1162 Which indicates that PVE didn't mark the VM as "ready" after 5min. Which...

Hmmmm... The parsing code already exists: https://github.com/bpg/terraform-provider-proxmox/blob/380f07c3e20d5e19d22afa9ce1d28cff6665cd42/proxmoxtf/utils.go#L461-L492

If anyone would like to contribute, this seems to be an easy one.

Hey @zeddD1abl0 👋🏼 Thanks for taking a stab on this! In addition to reference you've mentioned, there are also a few special cases in PVE where a size is expected...

I'm fine with regex :), just make sure it is cached and not compiled on each func invocation. Also I'm not sure if we should go into the rabbit hole...

Implemented in - #1159

Yeah, the memory settings are confusing. Essentially, `floating` **is** `balloon`, no idea why the original plugin author [decided to rename it](https://github.com/bpg/terraform-provider-proxmox/blob/6753582e4b1999fdf2fd9ea0f499c0cd0f7cd64c/proxmox/nodes/vms/vms_types.go#L313). Changing the default might be tricky though, as we...