-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working container for slurm 22.5 on Ubuntu 22.04 #233
Comments
Hello @Caian I installed your slurm-web-docker, but when I try to open http:/cluster.local:8081/slurm/ a blank page is showed only with a blue arrow on top-left and a circle in the middle spinning. I use FF console to debug the page and I found the following: HTTP/1.1 404 NOT FOUND on all these entries: http://cluster.local:8081/slurm-web-conf/config.json Source map error: Error: request failed with status 404 Could you help me out to fix these issues? Regards |
Hi @carlos-encs, how did you start the container? Are you binding Before binding volumes, you should make a copy of the default configuration files that are inside the container. You could use the ones from https://github.com/edf-hpc/slurm-web/tree/master/conf, but I'm not sure if they are compatible. |
Hi @Caian This is how I start the container munge and slurm files are in a nfs share. Sorry for this noob question, but I have to ask: slurmrestd should be configured and running? Thanks |
@carlos-encs I removed sensitive information from our environment.
No, you don't need slurmrestd working. |
Have you solved your problem? |
I am running the container and slurmctld on same host. The host created on virtual machine. I have updated the clusters.config.json with value []. But i am getting following error. I found that the http://localhost:8080/slurm-restapi throwing an"Intrernal Server Error" - status : 500. I am unable to find out the root cause of issue. |
This issue concerns Slurm-web v2 which is not maintained anymore. You are highly encouraged to test the new version v3.0.0 for which the quick start guide is available online: https://docs.rackslab.io/slurm-web/install/quickstart.html Note that Slurm-web v3.0.0 is officially supported on Slurm 24.04 LTS with deb packages. For older versions, we plan to distribute containers and this effort is tracked in #266. Unless someone is motivated to maintain the old version of Slurm-web or you have a justified reason to keep this issue open, it will be closed in a few weeks. |
For the reasons explained in the previous comment, I finally close this issue. |
Hello all,
Following the achievement of daverona in porting the docker container to a newer slurm/system (#222), we decided to use their repo and bump the version of Slurm to 22.5, apply the patch #219, and include a docker-compose example.
It builds
libslurm
andpyslurm
from source using Ubuntu 22.04 with the debs generated on Ubuntu 20.This requires building through
build.sh
instead of callingdocker build
directly.https://github.com/hpg-cepetro/slurm-web-docker-22.5-ubuntu-22.04
The patch #219 fixes several issues, unfortunately the 2D rack view is still not working.
Best regards,
The text was updated successfully, but these errors were encountered: