HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

Why do we need nfs-server running on Docs servers? #227

Open stoeps13 opened 1 year ago

stoeps13 commented 1 year ago

This enables and starts nfs server on conversion, docs and viewer servers, but all shares are created on the nfs servere configured in inventory. As this sometimes fails and there is nothing in /etc/exports, why do we need the nfs server here?

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/c478e6f05b6942bba71d3a04852b853e6ace594e/roles/third_party/nfs-install/tasks/main.yml#L12

sabrina-yee commented 1 year ago

It's meant to setup NFS client in conversion_servers, docs_servers and viewer_servers but I can see configure_clients.yml starts nfs-server instead of nfs-client hence your point here. Need to look into this.