Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disk size TB not allowed #521

Closed
XDjackieXD opened this issue Mar 24, 2022 · 13 comments
Closed

Disk size TB not allowed #521

XDjackieXD opened this issue Mar 24, 2022 · 13 comments
Assignees
Labels

Comments

@XDjackieXD
Copy link

The disk size argument does not take "T" which is valid in the Proxmox API.
When setting the disk size to for example 4096GB, Proxmox returns this as "4T" when queried for the size which is why terraform now always tries to change the size back from 4T to 4096GB (which is probably a no-op in Proxmox) on every apply.

Allowing for "T" in the size config would fix this imo.

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Apr 7, 2023
@XDjackieXD
Copy link
Author

The issue has been fixed for LXC containers but not for QEMU VMs. See https://github.com/Telmate/terraform-provider-proxmox/blob/master/proxmox/resource_vm_qemu.go#L373

@github-actions github-actions bot removed the stale label Apr 11, 2023
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Jun 11, 2023
@XDjackieXD
Copy link
Author

Issue still exists.

@github-actions github-actions bot removed the stale label Jun 12, 2023
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Aug 11, 2023
@XDjackieXD
Copy link
Author

https://github.com/Telmate/terraform-provider-proxmox/blob/master/proxmox/resource_vm_qemu.go#L430 still an issue (could you please disable this absolutely annoying bot? issues don't just disappear by themself...)

@github-actions github-actions bot removed the stale label Aug 12, 2023
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Oct 11, 2023
@XDjackieXD
Copy link
Author

https://github.com/Telmate/terraform-provider-proxmox/blob/master/proxmox/resource_vm_qemu.go#L430 still an issue (could you please disable this absolutely annoying bot? issues don't just disappear by themself...)

@github-actions github-actions bot removed the stale label Oct 14, 2023
Copy link

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Dec 13, 2023
@XDjackieXD
Copy link
Author

240843313-fc455bff-772e-486d-a05a-4f667de4c6ae

@github-actions github-actions bot removed the stale label Dec 18, 2023
Copy link

This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs

@github-actions github-actions bot added the stale label Feb 17, 2024
@Tinyblargon
Copy link
Collaborator

@XDjackieXD #929 will fix this once a new release is created.

@github-actions github-actions bot removed the stale label Feb 18, 2024
@Tinyblargon Tinyblargon self-assigned this Mar 8, 2024
@Tinyblargon Tinyblargon added the bug label Mar 8, 2024
@Tinyblargon
Copy link
Collaborator

Fixed in master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants