Funk-lab/ansible/roles
alkatrazz 0c37635802 fix(funk-cluster): umount propre /srv/data avant extinction storage-01
Avant, shutdown -h now était appelé directement après stop qdrant/postgresql.
systemd démontait /srv/data pendant la séquence d'extinction sans garantie
que tous les buffers aient été flushés.

Séquence ajoutée avant shutdown :
  1. stop nfs-server (était oublié dans le script)
  2. sync — flush tous les buffers disque
  3. umount /srv/data — démontage explicite du RAID5
  Si umount échoue, lsof affiche le processus bloquant avant d'abandonner.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 01:06:53 +02:00
..
alertmanager_webhook feat: monitoring — node_exporter + ROCm sysfs collector + alertmanager webhook 2026-05-13 21:01:03 +02:00
common feat: amélioration routing ask-agent + identité SOUL.md profils 2026-05-13 18:59:48 +02:00
dnsmasq feat: MetalLB + Traefik + wildcard DNS lab.local 2026-05-12 22:45:06 +02:00
gateway fix: monitoring — collecte métriques externes (nftables, llama --metrics, ROCm via 9100) 2026-05-13 22:41:19 +02:00
hermes_agent feat: amélioration routing ask-agent + identité SOUL.md profils 2026-05-13 18:59:48 +02:00
hermes_user feat: rôle hermes_user + ask-agent + skills délégation 2026-05-13 16:03:43 +02:00
litellm fix(funk-cluster): umount propre /srv/data avant extinction storage-01 2026-05-14 01:06:53 +02:00
llama_server fix: monitoring — collecte métriques externes (nftables, llama --metrics, ROCm via 9100) 2026-05-13 22:41:19 +02:00
lm_studio feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
minio/tasks feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
nfs_client feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
nfs_server feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
node_exporter feat: monitoring — node_exporter + ROCm sysfs collector + alertmanager webhook 2026-05-13 21:01:03 +02:00
postgresql feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
qdrant feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00
rocm feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels 2026-05-12 17:17:03 +02:00