Archived
Check NixOS configurations / eval-hosts (push) Successful in 10m26s
drbdmeta lives in the same Nix store dir as drbdadm but sudo doesn't inherit the full PATH, so drbdmeta was not found (exit 127) even though drbdadm was. Resolve drbdmeta's directory from drbdadm's location and prepend it to PATH. Replace openssl rand for UUID generation with /proc/sys/kernel/random/uuid — openssl is not guaranteed to be on PATH in a minimal NixOS root environment, but /proc/sys/kernel/random/uuid is always present. Apply the same PATH fix on NODE2 inline in the bash -c invocations that call drbdmeta over SSH. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>