After increasing the actual disk image size the capacity field in the OVF description file still was mentioning 6GB. This seems to be problematic for VMware hypervisor. Increase the size to 32GB as well.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
</References>
|
</References>
|
||||||
<DiskSection>
|
<DiskSection>
|
||||||
<Info>List of the virtual disks used in the package</Info>
|
<Info>List of the virtual disks used in the package</Info>
|
||||||
<Disk ovf:capacity="6442450944" ovf:diskId="vmdisk1" ovf:fileRef="file1" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:boot="True" vbox:uuid="5f042839-c478-43d9-9eb0-fd8a902146ec"/>
|
<Disk ovf:capacity="34359738368" ovf:diskId="vmdisk1" ovf:fileRef="file1" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:boot="True" vbox:uuid="5f042839-c478-43d9-9eb0-fd8a902146ec"/>
|
||||||
</DiskSection>
|
</DiskSection>
|
||||||
<NetworkSection>
|
<NetworkSection>
|
||||||
<Info>Logical networks used in the package</Info>
|
<Info>Logical networks used in the package</Info>
|
||||||
|
|||||||
Reference in New Issue
Block a user