Skip to content
Snippets Groups Projects
Commit 73c3fc76 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Drop deprecated intr option for NFS mounts

parent dfff2d4e
No related branches found
No related tags found
No related merge requests found
# managed by ansible
* -rw,soft,intr,actimeo=30,noatime,vers=3 antea.fi.muni.cz:/home/&
* -rw,soft,actimeo=30,noatime,vers=3 antea.fi.muni.cz:/home/&
......@@ -7,7 +7,7 @@
{% if hostname + ".fi.muni.cz" == inventory_hostname %}
{{usr}} -fstype=bind :/export/home/{{usr}}
{% else %}
{{usr}} -rw,soft,intr,actimeo=30,noatime,vers=3 {{hostname}}.fi.muni.cz:{{prefix}}/home/{{usr}}
{{usr}} -rw,soft,actimeo=30,noatime,vers=3 {{hostname}}.fi.muni.cz:{{prefix}}/home/{{usr}}
{% endif %}
{% endfor %}
{% endfor %}
......
......@@ -4,7 +4,7 @@
{% if "pontos" + num + ".fi.muni.cz" == inventory_hostname %}
{{usr}} -fstype=bind :/export/home/{{usr}}
{% else %}
{{usr}} -rw,soft,intr,actimeo=30,noatime,vers=3 pontos{{num}}.fi.muni.cz:/export/home/{{usr}}
{{usr}} -rw,soft,actimeo=30,noatime,vers=3 pontos{{num}}.fi.muni.cz:/export/home/{{usr}}
{% endif %}
{% endfor %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment