Site icon EfmSoft

What does HRESULT 0x80042529 (VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED) mean?

 
Previous Next
VDS_E_SOURCE_IS_TARGET_PACK VDS_E_CORRUPT_NOTIFICATION_INFO

VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED

VDS imposes a documented upper bound on the input array used by IVdsPack2::CreateVolume2: no more than 32 disks may participate in one volume. The limit applies to the volume topology, not to the total number of disks in the pack. A pack can contain many disks while one create or extend design exceeds the per-volume disk boundary.

Why this state matters

This status is therefore different from VDS_E_CONFIG_LIMIT, which concerns capacity of the Logical Disk Manager configuration database. For disk-count overflow, the useful evidence is the set of unique contributing disk IDs after deduplication and the intended volume type. Splitting the storage design may be required; increasing free space on the same disks does not change the count limit.

Diagnostic focus

Technical references

IVdsPack2::CreateVolume2 · IVdsPack::CreateVolume · VDS_INPUT_DISK · Pack Object · VDS common return codes


Looking for a different code? Search another status or error code.

Exit mobile version