Site icon EfmSoft

What does HRESULT 0x8004281C (VDS_E_LUN_NOT_READY) mean?

 
Previous Next
VDS_E_LUN_DISK_NO_MEDIA VDS_E_LUN_OFFLINE

VDS_E_LUN_NOT_READY

VDS_LUN_STATUS defines VDS_LS_NOT_READY as a busy LUN. This HRESULT is therefore a LUN-object state precondition, not a statement that the associated filesystem is dirty or that a disk path is missing. VDS refuses the shrink while the logical unit is not ready for the capacity-changing operation.

Why this state matters

The reason for the busy state belongs to the hardware provider or storage subsystem. Another maintenance, recovery, replication, controller, or vendor-specific operation can keep a LUN from becoming ready. Retrying in a tight loop hides the transition and can compete with the operation that must finish first.

Diagnostic focus

Technical references

VDS_LUN_STATUS · IVdsLun · IVdsLun::Shrink · VDS_ASYNC_OUTPUT_TYPE · MS-VDS error codes


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

Exit mobile version