system/roles/nfs/templates/auto.nfs.jinja
Marty Oehme da4f49305e
fix(nfs): Remove deprecated nfs mounting parameter
'intr' is deprecated for nfs (v4?), as it shows in the dmesg kernel
buffer.
2025-10-28 11:44:58 +01:00

3 lines
100 B
Django/Jinja

{% for mount in nfs_mounts %}
{{ mount.name }} -fstype=nfs4,rw,soft {{ mount.src }}
{% endfor %}