Files
home-server/talos/runbooks/longhorn.md

835 B

Runbook: Longhorn

Symptoms: PVCs stuck Pending, volumes Faulted, workloads I/O errors, Longhorn UI/alerts.

Checks

  1. kubectl -n longhorn-system get pods and kubectl get nodes.longhorn.io -o wide.
  2. Talos user disk + extensions for Longhorn (see talos/README.md §5 and talconfig.with-longhorn.yaml).
  3. kubectl get sclonghorn default as expected; PVC events: kubectl describe pvc -n <ns> <name>.

Common fixes

References: clusters/noble/apps/longhorn/, Longhorn docs.