Site icon EfmSoft

What does HRESULT 0x8004244C (VDS_E_DISK_IN_USE_BY_VOLUME) mean?

 
Previous Next
VDS_E_DISK_NOT_ONLINE VDS_E_ASYNC_OBJECT_FAILURE

VDS_E_DISK_IN_USE_BY_VOLUME

VDS_E_DISK_IN_USE_BY_VOLUME has an extent-specific meaning in the VDS return-code table: one or more extents of the specified disk are already used by the volume. It is not a generic “file is open” or process-lock error.

Inspect extent membership before changing the layout

VDS volume operations work with disks, members, plexes, and extents. For example, IVdsVolume::Extend adds disk extents to each member of each plex, and the VDS_INPUT_DISK contract restricts how a disk can contribute to a volume. A disk already represented in the relevant layout can therefore violate the requested topology.

What to verify

References


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

Exit mobile version