From e6ee55eb7871c45d66297f8829d65b8266baa111 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 17 Aug 2017 14:22:42 -0700 Subject: [PATCH] openqa/server: no root squash for rw access to factory share Might be better to do this with some other account, but uh, for now... --- roles/openqa/server/templates/exports.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/templates/exports.j2 b/roles/openqa/server/templates/exports.j2 index 3e117ad85c..191d2b4001 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 %}