Site icon EfmSoft

What does NTSTATUS 0xC01A0012 (STATUS_LOG_CONTAINER_LIMIT_EXCEEDED) mean?

 
Previous Next
STATUS_LOG_CANT_DELETE STATUS_LOG_START_OF_LOG

STATUS_LOG_CONTAINER_LIMIT_EXCEEDED

STATUS_LOG_CONTAINER_LIMIT_EXCEEDED means a CLFS log has reached the maximum allowable number of allocated containers. Containers are the contiguous stable-storage extents that hold the log data, whereas the base log file holds metadata about the log.

This is not identical to STATUS_LOG_FULL. A full log is about available log space; this status is about the allowed count of containers. Adding another container is therefore not an automatic remedy until the current container count and the log-management policy are understood.

Plan capacity as a container set

References


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

Exit mobile version