Commit ff3312ae authored by jan.koester's avatar jan.koester
Browse files

deb

parent 2f37274b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
mediadb (20260419+19) unstable; urgency=low

  * Add cluster-wide Scrub & Rebalance status to admin UI:
    - Dedicated "Scrub & Rebalance" section with current status (Running/Idle),
      last scrub results (checked/repaired/failed + timestamp), and last
      rebalance results (rebalanced/already_ok/failed + timestamp).
    - Per-node scrub column in Node Health table showing Running/Idle.
    - Results persisted in Cluster object and exposed via /api/cluster/status
      (last_scrub, last_rebalance JSON objects).

 -- Jan Koester <jan.koester@tuxist.de>  Sun, 20 Apr 2026 00:00:00 +0200

mediadb (20260419+18) unstable; urgency=critical

  * Fix empty stores after restart: warmup() was called in init() (pre-fork),