-
Notifications
You must be signed in to change notification settings - Fork 240
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
Feature Proposal: qemu disk structure change #187
Comments
that would be great and, IMHO, it should have been like that from the beginning. |
Started reworking on a new Qemu disk structure in https://github.com/Tinyblargon/proxmox-api-go/tree/Overhaul-Qemu-Disks |
@mleone87 I've re-implemented the the disk structure. This new implementation is able to deal with:
Also the logic for resizing and moving disk has been added to this project. I'm currently finalizing the implementation of the terraform provider. About 70% of the code is tests, as there where many edge cases. I have already fixed the merge conflicts. |
In the current implementation it is only possible to configure 31 disks in total. Proxmox allows you to configure 4 ide, 6 sata, 16 virtio and 31 scsi drives for a total of 57 drives. I was thinking about re-implementing this at some point in this project and the terraform provider.
Current structure
Proposed structure
The text was updated successfully, but these errors were encountered: