Site icon EfmSoft

What does HRESULT 0x80042A01 (VDS_E_NO_POOL_CREATED) mean?

 
Previous Next
VDS_E_NO_POOL VDS_E_NO_MAINTENANCE_MODE

VDS_E_NO_POOL_CREATED

This code describes absence of a VDS storage-pool object, not merely a drive that lacks membership. IVdsHwProviderStoragePools::QueryStoragePools returns the pools managed by a hardware provider and can legitimately return an empty enumeration when the provider manages no pools. Pool-based LUN creation or capacity queries then have no object on which to operate.

Why this state matters

The distinction from VDS_E_NO_POOL is useful: one refers to a drive not contained in a pool, while this status says there is no pool created. The remediation belongs to the storage subsystem/provider configuration. VDS does not synthesize a pool simply because free drives are visible.

Diagnostic focus

Technical references

IVdsHwProviderStoragePools · QueryStoragePools · VDS_POOL_ATTRIBUTES · VDS interfaces · VDS common return codes


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

Exit mobile version