Hey there! I am running into an issue where when navigating to slurm-web, the cluster list is empty:
Upon further investigation, slurmrestd does not seem to be receiving requests from slurm-web-agent-uwsgi, but can receive requests when running the slurmrestd troubleshooting steps as the slurm user
When run locally as slurm user:
slurmrestd[806485]: operations_router: [/run/slurmrestd/slurmrestd.socket->socket:[26252175] (fd 8)] GET /slurmdb/v0.0.39/config
slurmrestd[806485]: rest_auth/local: _auth_socket: _auth_socket: [/run/slurmrestd/slurmrestd.socket->socket:[26252175] (fd 8)] accepted user socket connection with uid:202 gid:202 pid:806573
slurmrestd[806485]: slurmrestd: operations_router: [/run/slurmrestd/slurmrestd.socket->socket:[26258018] (fd 8)] GET /slurmdb/v0.0.39/config
slurmrestd[806485]: operations_router: [/run/slurmrestd/slurmrestd.socket->socket:[26258018] (fd 8)] GET /slurmdb/v0.0.39/config
Hey there! I am running into an issue where when navigating to slurm-web, the cluster list is empty:
Upon further investigation, slurmrestd does not seem to be receiving requests from slurm-web-agent-uwsgi, but can receive requests when running the slurmrestd troubleshooting steps as the slurm user
When run locally as slurm user:
Drop-in file
/etc/systemd/system/slurmrestd.service.d/slurm-web.conf
:Service file for slurm-web-agent:
I am running
slurm-web-agent-3.2.0-1.el9.noarch
andslurm-ohpc-slurmrestd-23.11.6-310.ohpc.5.1.x86_64
. Any pointers would be appreciated.Thanks!