You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When create a machine with raw disk, the disk size is correct (in terms of MB)
But when using qcow2 format, the disk size is only 1/10 of the expected size.
In the code:
When create a machine with raw disk, the disk size is correct (in terms of MB)
But when using qcow2 format, the disk size is only 1/10 of the expected size.
In the code:
It magically multiply by 107374 instead of 1048576.
The text was updated successfully, but these errors were encountered: