# cd /var/log/ops-manager/ # grep getcwd -C 2 production.log E, [2021-06-03T18:14:09.233045 #762] ERROR -- : Exception caught via rescue_from (code 500): (See app/controllers/application_controller.rb) No such file or directory - getcwd /home/tempest-web/tempest/web/app/models/deployer/executors/maestro_executor.rb:61:in `pwd' /home/tempest-web/tempest/web/app/models/deployer/executors/maestro_executor.rb:61:in `run_command'
Getcwd is a kernel system call used to get the full path as an array. Mentioned here: https://linux.die.net/man/3/getcwd
So far an underlying cause is still under investigation. The suspected RCA based on some symptoms in previous cases relates to the /home/tempest-web/tempest directory being changed in some manner but this is still under investigation.
To help with additional RCA details:
Once the data has been collected, please restart the temptest-web service.
sudo service tempest-web restart