| Previous | Next |
| ERROR_LOG_EPHEMERAL | ERROR_LOG_CLIENT_ALREADY_REGISTERED |
ERROR_LOG_NOT_ENOUGH_CONTAINERS
The physical log does not yet have enough containers
Containers hold the actual data of a CLFS physical log. Windows reports this state when the log must have at least two containers before it can be read from or written to. This is not the same as reaching the maximum container count; the physical log is undersized or only partially initialized for normal record I/O.
Enumerate the physical log containers and review the log-creation sequence. AddLogContainer grows the log and requires appropriate access to the .blf file and target directory. Check whether creation failed after the first container, whether cleanup removed one container, or whether a restored log set is incomplete. Add containers through CLFS so metadata is updated coherently. Copying an arbitrary container file into the directory does not enroll it in the physical log.
What to inspect
- Count the containers CLFS recognizes, not just files with similar names in the directory.
- Review log initialization for a failed second-container creation or partial restore.
- Use AddLogContainer or CLFS management growth operations to establish a valid physical layout.
References
- Microsoft: CLFS base log files, containers, dedicated and multiplexed logs
- Microsoft: AddLogContainer sizing and physical-log growth
- Microsoft: CreateLogMarshallingArea, block buffers, and marshalling contexts
Looking for a different code? Search another status or error code.
