ntap-iad2-c02-fedora01-nfs01a:/fedora_odcs is mounted as /srv/odcs on the download servers for various systems to get access to the files. Something has changed the permissions of the NFS so they are not readable:
[root@dl01 ~][PROD-IAD2]# cd /srv/odcs/ -bash: cd: /srv/odcs/: Permission denied
[root@dl01 ~][PROD-IAD2]# ls -l /srv/ total 60 drwxrwx---. 114 64321 64321 53248 Aug 3 14:20 odcs
This is breaking other tools and services.
Commit ca61cb76 fixes this issue
Problem is that the main playbook sets the partition /srv/odcs as 0770 which turns off the ability for the download servers to be able to read from the partition. This hopefully fixes that problem without adding more problems.
Metadata Update from @smooge: - Issue status updated to: Open (was: Closed) - Issue tagged with: low-trouble, medium-gain, odcs
Metadata Update from @smooge: - Issue assigned to smooge
Metadata Update from @smooge: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks a lot, Stephen.
I will create a new issue here when I have new requests.