Pendant le suivi, une VM pouvait « stagner » sans qu'on sache pourquoi (mise en pause, ou effacée à côté). Le dashboard interroge désormais l'état libvirt (« virsh list --all ») à INTERVALLE LENT (toutes les 10 s, un seul appel pour tout le parc ; le tableau applique le cache à chaque tick de 2 s) : - VM en pause (virsh suspend) -> État « ⏸ pause » (non terminal, peut reprendre). - VM absente de virsh (effacée pendant l'attente) -> État « ❌ effacée », terminal (on cesse de lire son log). Sinon on garde le statut basé sur le log (⏳ / ✅ / ❌). Validé headless : running -> ⏳, paused -> ⏸ pause, absente -> ❌ effacée. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database_manager.py | ||
| kdbx_manager.py | ||
| logo_ascii.txt | ||
| qemu_install_monitor.py | ||
| README.base.md | ||
| README.fr.md | ||
| README.md | ||
| source_todo.sh | ||
| todo.json | ||
| todo.py | ||
| todo_example.json | ||
| todo_file_browser.py | ||
| todo_i18n.py | ||
| todo_upgrade.py | ||
| version_manager.py | ||
TODO is an assistant robot to use ERPLibre
Execute it with ./script/todo/todo.py or make todo.
For a new project, copy todo_example.json to private/todo/todo_override.json | private/todo/todo_override_private.json and edit it.