mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #146] Panel asks for MiB, but writes to decimal-based MB field in Proxmox #94
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mfyll on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/146
Current Behavior
Currently, when defining a disk, the disk field denotes the usage of MiB:
However, the disk in Proxmox is not using mebibyte, but rather the decimal version megabyte. This means that the disks get provisioned to be slightly smaller than expected.
Expected Behavior
Disk size to be correct 👍
Convoy Panel can either deal with this by converting to MB before interfacing with Proxmox, or changing the field to be in MB.
Steps to Reproduce
Create a VM.
Screenshots
No response
Proxmox OS Version
9.1.2
Operating System
Ubuntu
Browser
Firefox
Additional Context
No response
Panel Version
4.5.0
Error Logs
No response
Is there an existing issue for this?
@ericwang401 commented on GitHub (Feb 8, 2026):
Thanks for bringing this up! Will triage soon