DiamondLightSource / DiamondLightSource/mx-bluesky
Update `deploy_mx_bluesky.py` for new netapp setfacl
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
The current deployment script complains:
```
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky: Operation not supported
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky/.git: Operation not supported
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky/.git/branches: Operation not supported
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky/.git/description: Operation not supported
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky/.git/hooks: Operation not supported
setfacl: /dls_sw/i03/software/bluesky/mx-bluesky_1.6.12/mx-bluesky/.git/hooks/applypatch-msg.sample: Operation not supported
etc.
```
This script should be updated to apply the appropriate permissions, either using `nfs4_setfacl` or using the fix_permissions script as appropriate.
Contributor guide
Assessment
This issue has not been assessed yet.