diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-10 10:25:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-10 10:25:20 +0300 |
| commit | 425c5fa03b5d2cb44470c70a8d976ca253d662e3 (patch) | |
| tree | fdd58b5a09d838886a9fd9d28efbc205bc3c84f1 /Rexfile | |
| parent | 50bf1b1cda71c034c81971ea3eea32966fe66279 (diff) | |
f3s/r-nodes: track NFS auto-repair script and systemd units in conf repo
Pull check-nfs-mount.sh, nfs-mount-monitor.service, and
nfs-mount-monitor.timer from r0/r1/r2 (confirmed identical on all
three nodes) into f3s/r-nodes/nfs-mount-monitor/. Add
f3s/r-nodes/Rexfile with an idempotent nfs_mount_monitor task that
pushes the files to all three r-nodes as root and reloads systemd when
content changes. Wire the new Rexfile into the repo root Rexfile.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Rexfile')
| -rw-r--r-- | Rexfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ require for <'*/Rexfile'>; require 'f3s/garage/Rexfile'; +require 'f3s/r-nodes/Rexfile'; |
