Why Does the Error Message Displayed on Task Center Indicates That the System Disk Size of the External Image File Exceeds the Maximum System Disk Size When a VHD Image File Failed to Be Uploaded?
- The system disk size you have configured is less than the system disk size of the VM on the original platform. Confirm the system disk size of the image file and register it again.
- The VHD image file is generated using qemu-img or similar tools and the virtual size of the VHD image is inconsistent with that of the original VM. For details, see https://bugs.launchpad.net/qemu/+bug/1490611.
In this case, run the qemu-img info command.
[xxxx@xxxxx test]$ qemu-img info 2g.vhd image: 2g.vhd file format: vpc virtual size: 2.0G (2147991552 bytes) disk size: 8.0K cluster_size: 2097152
Check whether the virtual size value is an integer in GB. As shown in the preceding command output, 2147991552 bytes (2.0004 G) is larger than 2 G. Therefore, you need to configure a value larger than 2 GB for the system disk size.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.