fix(nfs): Remove deprecated nfs mounting parameter
'intr' is deprecated for nfs (v4?), as it shows in the dmesg kernel buffer.
This commit is contained in:
parent
5e64e89647
commit
da4f49305e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{% for mount in nfs_mounts %}
|
||||
{{ mount.name }} -fstype=nfs4,rw,soft,intr {{ mount.src }}
|
||||
{{ mount.name }} -fstype=nfs4,rw,soft {{ mount.src }}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue