Site icon EfmSoft

What does NTSTATUS 0xC01A0028 (STATUS_LOG_CONTAINER_WRITE_FAILED) mean?

 
Previous Next
STATUS_LOG_CONTAINER_READ_FAILED STATUS_LOG_CONTAINER_OPEN_FAILED

STATUS_LOG_CONTAINER_WRITE_FAILED

STATUS_LOG_CONTAINER_WRITE_FAILED places the failure at the CLFS container write. A successful in-memory append request does not establish durable completion until the relevant data and metadata can be written and, where required, flushed to stable storage.

The code is distinct from STATUS_LOG_APPENDED_FLUSH_FAILED: that later status explicitly says records or reservation changes were made but the flush failed. Here the container write itself did not complete successfully.

What to inspect

References


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

Exit mobile version