| Anterior | Siguiente |
| STATUS_VOLMGR_PLEX_NOT_RAID5 | STATUS_VOLMGR_STRUCTURE_SIZE_INVALID |
STATUS_VOLMGR_PLEX_NOT_SIMPLE
Qué significa STATUS_VOLMGR_PLEX_NOT_SIMPLE
STATUS_VOLMGR_PLEX_NOT_SIMPLE significa que el comando presupone un layout simple y la plex es spanned, striped, mirrored, parity u otra forma. No es un disk-health error.
Una simple plex tiene restricciones de extent ownership distintas. Aplicar una operación simple-only sobre topologías más complejas podría ignorar otros members o copies.
Qué comprobar
- Consulte el plex type real.
- Revise por qué el caller eligió una operación simple-only.
- No convierta implícitamente spanned/striped/mirror a simple.
- Planifique una migración explícita si se necesita otra geometría.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.