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...
This commit is contained in:
parent
b5f825741a
commit
e6ee55eb78
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue