From 425c5fa03b5d2cb44470c70a8d976ca253d662e3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 May 2026 10:25:20 +0300 Subject: 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 --- Rexfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rexfile') diff --git a/Rexfile b/Rexfile index 3f5a8eb..52f7e51 100644 --- a/Rexfile +++ b/Rexfile @@ -1,2 +1,3 @@ require for <'*/Rexfile'>; require 'f3s/garage/Rexfile'; +require 'f3s/r-nodes/Rexfile'; -- cgit v1.2.3