Site icon EfmSoft

What does NTSTATUS 0xC01A0018 (STATUS_LOG_PINNED_ARCHIVE_TAIL) mean?

 
Previous Next
STATUS_LOG_POLICY_CONFLICT STATUS_LOG_RECORD_NONEXISTENT

STATUS_LOG_PINNED_ARCHIVE_TAIL

STATUS_LOG_PINNED_ARCHIVE_TAIL explains why CLFS cannot reclaim log space: the archive tail still pins the retained history. For a non-ephemeral log, CLFS tracks the last archived LSN as the archive tail; only after archive processing and a valid tail advance can older data become eligible for recycling.

This is not a generic disk-full message and it is not a reason to move the tail speculatively. A base LSN and archive tail serve different retention purposes. Advancing the archive tail before the corresponding data is safely archived defeats the retention model that is causing the pin.

Archive first, then reclaim

References


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

Exit mobile version