Files
clawstor/deploy/systemd/clawstor-ref-sweep.timer
Omar Sobh 4c4b587193
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 3s
Phase 7i: nightly cluster-ref-sweep systemd timer
03:15 local, Persistent=true. Runs ahead of the 03:30 GC so
operators see the stale-fingerprint report before eviction lands.

Environment= drives the Gitea URL; token expected in a drop-in
(clawstor-ref-sweep.service.d/token.conf) so it doesn't sit in
the unit file. README + install recipe updated.
2026-07-14 12:42:02 -07:00

15 lines
393 B
SYSTEMD

[Unit]
Description=Nightly Clawstor ref-tracking sweep
Documentation=https://git.redclaw.dev/clawverse/clawstor
[Timer]
# 03:15 local — ahead of GC 03:30 so operators see the stale set
# before eviction lands. Both jobs are read-mostly; ordering is a
# UX-not-safety consideration.
OnCalendar=*-*-* 03:15:00
Persistent=true
Unit=clawstor-ref-sweep.service
[Install]
WantedBy=timers.target