Fix links on robin

This commit is contained in:
KnightArtorias 2026-06-17 11:47:18 -04:00
parent 9fc7f13458
commit f36a1e1adf

View file

@ -45,11 +45,22 @@
# Fix non-FHS paths for longhorn # Fix non-FHS paths for longhorn
# This creates persistent symlinks where Longhorn expects to find them. # This creates persistent symlinks where Longhorn expects to find them.
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"L+ /usr/bin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm" "L+ /usr/bin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
"L+ /sbin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm" "L+ /sbin/iscsiadm - - - - /run/current-system/sw/bin/iscsiadm"
"L+ /bin/mount - - - - /run/current-system/sw/bin/mount"
"L+ /bin/umount - - - - /run/current-system/sw/bin/umount" # Core mount utilities (provide both /bin and /usr/bin paths)
"L+ /bin/nsenter - - - - /run/current-system/sw/bin/nsenter" "L+ /bin/mount - - - - /run/current-system/sw/bin/mount"
"L+ /usr/bin/mount - - - - /run/current-system/sw/bin/mount"
"L+ /bin/umount - - - - /run/current-system/sw/bin/umount"
"L+ /usr/bin/umount - - - - /run/current-system/sw/bin/umount"
"L+ /bin/nsenter - - - - /run/current-system/sw/bin/nsenter"
"L+ /usr/bin/nsenter - - - - /run/current-system/sw/bin/nsenter"
# NFS Mount Helpers (Crucial for Longhorn Share-Manager / RWX volumes)
"L+ /sbin/mount.nfs - - - - /run/current-system/sw/bin/mount.nfs"
"L+ /sbin/umount.nfs - - - - /run/current-system/sw/bin/umount.nfs"
"L+ /usr/sbin/mount.nfs - - - - /run/current-system/sw/bin/mount.nfs"
"L+ /usr/sbin/umount.nfs - - - - /run/current-system/sw/bin/umount.nfs"
]; ];
# RAID # RAID