summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/openqa/server/templates/exports.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openqa/server/templates/exports.j2 b/roles/openqa/server/templates/exports.j2
index 3e117ad85..191d2b400 100644
--- a/roles/openqa/server/templates/exports.j2
+++ b/roles/openqa/server/templates/exports.j2
@@ -1 +1 @@
-/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure) {% endfor %}
+/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure,no_root_squash) {% endfor %}