Site icon EfmSoft

What does NTSTATUS 0xC0380028 (STATUS_VOLMGR_MEMBER_REGENERATING) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_MEMBER_REGENERATINGHRESULTWindows
Previous Next
STATUS_VOLMGR_MEMBER_NOT_DETACHED STATUS_VOLMGR_ALL_DISKS_FAILED

STATUS_VOLMGR_MEMBER_REGENERATING

A second operation collided with an active member rebuild

STATUS_VOLMGR_MEMBER_REGENERATING means the member already has regeneration in progress. Volume Manager rejects another request that assumes the member is idle or ready for a new state transition.

Regeneration is a recovery activity for fault-tolerant storage. Microsoft models rebuilding as a distinct health condition, and the VDS recovery protocol can resynchronize mirrors or regenerate RAID-5 data. While that work is active, topology-changing or duplicate recovery commands can conflict with the same member.

Use the task and health state as the synchronization mechanism. A retry loop that resubmits regeneration after a timeout can create this status even when the original job is still running normally in the storage stack.

What to inspect

References


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

Exit mobile version