| Anterior | Siguiente |
| STATUS_LOG_TAIL_INVALID | STATUS_LOG_MULTIPLEXED |
STATUS_LOG_FULL
Qué significa STATUS_LOG_FULL
STATUS_LOG_FULL se refiere a capacidad efectiva del physical log después de considerar containers, base/tail, archive y reservations. Puede aparecer aunque el volumen host aún tenga espacio libre.
En managed CLFS la respuesta puede incluir crecimiento del log o avance del tail. Debe distinguirse de LOG_PINNED, donde retained data impide recycling, y de FULL_HANDLER_IN_PROGRESS, donde ya existe un intento activo de recuperar capacidad.
Qué comprobar
- Capture container inventory, base LSN y tail/archive state.
- Revise reservations y managed-log policy.
- Compruebe si el log puede grow o recycle containers.
- No confunda log full con disk full.
Referencias técnicas
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: Introduction to the Common Log File System
- Microsoft: ClfsMgmtHandleLogFileFull and full-log handling
- Microsoft: CLFS containers, tail pinning, and managed clients
- Microsoft: container, reservation, append, and flush APIs
- Wine: independent NTSTATUS constant definitions
¿Buscas un código diferente? Buscar otro código de estado o error.