| Previous | Next |
| STATUS_LOG_EPHEMERAL | STATUS_LOG_CLIENT_ALREADY_REGISTERED |
STATUS_LOG_NOT_ENOUGH_CONTAINERS
STATUS_LOG_NOT_ENOUGH_CONTAINERS is a physical-log provisioning error. A CLFS log needs at least two containers before it can be read from or written to, so a valid base log file alone is not sufficient to begin normal log activity.
The status is more specific than disk exhaustion or access denial. It tells you to examine the container inventory associated with the physical log, including whether an earlier creation or cleanup operation left only one usable container.
What to inspect
- Enumerate the containers through CLFS rather than counting arbitrary files near the base log.
- Verify that each expected container belongs to the intended physical log and is accessible with the required permissions.
- Add or restore containers using the CLFS container API; do not copy a container from another log to satisfy the count.
References
- Microsoft: physical CLFS log and container creation
- Microsoft: ScanLogContainers, GetLogContainerName, AddLogContainer, and RemoveLogContainer
- Microsoft Open Specifications: NTSTATUS values
- Wine: independent NTSTATUS constant definitions
Looking for a different code? Search another status or error code.