diff --git a/ROADMAP.es.md b/ROADMAP.es.md index 993b78ad..4d2b3695 100644 --- a/ROADMAP.es.md +++ b/ROADMAP.es.md @@ -103,10 +103,10 @@ herramienta **apta para entornos de producci贸n y para clientes**: #### 6锔忊儯 PBS y cluster | Item | Estado | Notas | |---|---|---| -| 脷ltimo backup por VM/LXC | 馃煝 | Visible en el modal de cada VM/CT | -| VMs sin backup y jobs fallidos | 馃煛 | `vzdump_failed` se notifica; falta una vista agregada | -| Quorum, nodos, estado global | 馃煝 | Health tab + eventos de cluster | -| Dashboard de salud del entorno | 馃煝 | Health tab | +| 脷ltimo backup por VM/LXC | 馃敶 | No se muestra en ning煤n sitio; tampoco hay integraci贸n con PBS para listar/consultar backups | +| VMs sin backup y jobs fallidos | 馃煛 | Detecci贸n **pasiva** de l铆neas `vzdump .* finished` en syslog (notificaci贸n), pero **no hay vista** de "VMs sin job de backup" ni integraci贸n con la API de jobs de PVE | +| Quorum, nodos, estado global | 馃煛 | Detecci贸n **pasiva** de `quorum lost` / `split brain` en syslog. **No hay** panel de cluster ni consulta activa a la API (`pvecm status`, `/cluster/status`) | +| Dashboard de salud del entorno | 馃敶 | El Health tab es del **nodo local**. No existe vista multi-nodo del cluster | --- diff --git a/ROADMAP.md b/ROADMAP.md index 3693da2c..8d484e25 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -102,10 +102,10 @@ environments and customers**: #### 6锔忊儯 PBS and cluster | Item | Status | Notes | |---|---|---| -| Last backup per VM/LXC | 馃煝 | Visible in the VM/CT modal | -| VMs with no backup and failed jobs | 馃煛 | `vzdump_failed` is notified; aggregated view missing | -| Quorum, nodes, global state | 馃煝 | Health tab + cluster events | -| Environment health dashboard | 馃煝 | Health tab | +| Last backup per VM/LXC | 馃敶 | Not shown anywhere; no PBS integration to list/query backups either | +| VMs with no backup and failed jobs | 馃煛 | **Passive** syslog detection of `vzdump .* finished` (notification only); **no view** of "VMs without a backup job" and no PVE jobs-API integration | +| Quorum, nodes, global state | 馃煛 | **Passive** syslog detection of `quorum lost` / `split brain`. **No** cluster panel and no active API queries (`pvecm status`, `/cluster/status`) | +| Environment health dashboard | 馃敶 | The Health tab is **local-node only**. No multi-node cluster view exists | ---