This patch will be in SLURM v2.3.5. Commit is here: https://github.com/SchedMD/slurm/commit/471ba17850f4d7a7833329b7823b515d3c1aed2b Thanks Bill!
Quoting bill.bro...@bull.com: > In the /etc/init.d.slurmdbd script, the status from the function > slurmstatus() does not get passed back to the caller of the 'service' > request. The appropriate status is returned to the higher level, but the > higher level invokes rc_exit, which expects > the status to be in RETVAL. Attached is a patch to resolve this problem > and another file containing the results of my tests with this patch > applied. > > Best Regards, > Bill > > >