Mehdi Dogguy
Mehdi Dogguy
It does report via syslog indeed but **doesn't offline** the node. I can test your suggestion on our systems and report back.
But data is consistent, right?
This issue is not planned for v2 anymore. It will be implemented for a later version (not identified yet).
My take is that there is a bug in the XML spec ;-)
For reference, we eventually published slurm-web (and all its dependencies) on scibian's APT repository: https://scibian.org/repo/ Scibian8 repository works with Debian8 repositories.
This looks interesting but I think it needs adding bindings in pyslurm first (if exposed by Slurm's API)
I am not sure where the issue is but I can confirm that `WSGIScriptAlias /slurm-restapi` has to be set to `/usr/share/slurm-web/restapi/slurm-web-restapi.wsgi`.
Currently, not possible. But it could be indeed handy.
max_slurm_hex_version is max slurm version in hexadecimal set in pyslurm's sources. 0x0f0803 means the pyslurm version you're looking at is compatible with Slurm 15.08.03, at most. Does this hint help?...
There are two things you may check in order to debug this issue: 1) test pyslurm in a python interpreter from within your docker container. If my memory serves me...