VirtualBox

Changeset 61711 in vbox for trunk


Ignore:
Timestamp:
Jun 15, 2016 10:36:35 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108078
Message:

Storage/VMDK: Raise the limit for sparse images to 256TB-64K (temporary for debugging)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r60608 r61711  
    53525352    }
    53535353
    5354     /* Check size. Maximum 2TB-64K for sparse images, otherwise unlimited. */
     5354    /* Check size. Maximum 256TB-64K for sparse images, otherwise unlimited. */
    53555355    if (    !cbSize
    5356         ||  (!(uImageFlags & VD_IMAGE_FLAGS_FIXED) && cbSize >= _1T * 2 - _64K))
     5356        ||  (!(uImageFlags & VD_IMAGE_FLAGS_FIXED) && cbSize >= _1T * 256 - _64K))
    53575357    {
    53585358        rc = VERR_VD_INVALID_SIZE;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette