ccycv commented on PR #8741: URL: https://github.com/apache/cloudstack/pull/8741#issuecomment-2074977423
> > Failed to fetch results with details: bash: line 1: /opt/cloud/bin/filesystem_writable_check.py: Permission denied > > Update: after making the file /opt/cloud/bin/filesystem_writable_check.py executable, the health check works fine. > > @ccycv did you replace the files in /opt/cloud/bin when you tested this PR ? some files (including filesystem_writable_check.py) are not executable in source code, you can mark them all as executable > > ``` > chmod +x /opt/cloud/bin/* > ``` I have only replaced the cloud-scripts.tgz on the management server and did the router rebuild. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
