HCL-TECH-SOFTWARE / connections-automation

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

Old NFS Shares created #319

Closed stoeps13 closed 8 months ago

stoeps13 commented 8 months ago

image

That's /pv-connections after installing 8.0CR4.

The pink folders are already unused in 7.0 and the green ones are no longer needed in 8.0+, so cleaning up /etc/exports and the /pv-connections would be highly appreciated.

sabrina-yee commented 8 months ago

It's kept around since we use a single NFS role for all Connections versions. We added some flags a while ago to skip the creation of them by setting the following:

mongo_replicaset:               0
es_replicaset:                       0
es7_replicaset:                      0
solr_replicaset:                     0
zookeeper_replicaset:          0

Having said that we can change the default for them to 0 from now on. Will update in the next push. https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/a33a1cd4947ddd95cd519e537bd2f9db071cb137/roles/third_party/nfs-install/vars/main.yml#L16

stoeps13 commented 8 months ago

Ok, never thought that replicaset variable was responsible for this. Thanks for the heads-up.