Package: slurm-wlm / 24.11.0-2

Metadata

Package Version Patches format
slurm-wlm 24.11.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mail path | (download)

doc/man/man1/strigger.1 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 mail command absolute pathname                       
 This patch changes the default command to /usr/bin/mail in various
  configuration files and manual pages.                            
remove google javascript | (download)

doc/html/header.txt | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 remove google custom engine queries script
 Remove javascript for the custom google engine queries, in the header
 and in the footer of each html documentation page, to avoid potential
 privacy breach.
sacctmgr increase buffer | (download)

src/sacctmgr/file_functions.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase size of sacctmgr read buffer
 This patch significantly increases the size of the buffer for reading dumps
 with sacctmgr load. Without this patch, sacctmgr is not able to handle lines
 with more than 4096 which is too small in some cases. Also removed useless
 macro definition in other related file.
pidfile path | (download)

src/common/read_config.h | 4 2 + 2 - 0 !
src/slurmdbd/read_config.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix default pidfile paths
 This patch points default pidfild paths under /run
rpath | (download)

auxdir/slurm.m4 | 2 1 + 1 - 0 !
configure.ac | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix an rpath issue
 The libdir has to match the source package name in order to host
 slurm's private shared library.
miscellanea manpages | (download)

configure.ac | 1 1 + 0 - 0 !
doc/man/Makefile.am | 2 1 + 1 - 0 !
doc/man/man1/Makefile.am | 1 0 + 1 - 0 !
doc/man/man5/slurm.conf.5 | 4 2 + 2 - 0 !
doc/man/man7/Makefile.am | 23 23 + 0 - 0 !
doc/man/man7/slurm.7 | 4 2 + 2 - 0 !
doc/man/man7/spank.7 | 2 1 + 1 - 0 !
doc/man/man8/Makefile.am | 6 2 + 4 - 0 !
8 files changed, 32 insertions(+), 11 deletions(-)

 move general info man pages to the miscellanea section (7)
 This patch moves the general information man pages slurm.1 and spank.8
 to the miscellanea section since they are not related to commands
retry getaddrinfo | (download)

src/common/util-net.c | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 retry getaddrinfo five times before giving up
 This patch retry getaddrinfo five times before giving up and exiting SLURM
 deamons. This is needed on Debian systems when using ifupdown for network
 configuration with allow-hotplug interfaces (which the installer uses by
 default). This settings do not guarantee that getaddrinfo succeed after
 network-online.target is complete.
force nvml | (download)

src/interfaces/gpu.c | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 force nvml configuration without autodetection
 This patch will force nvml configuration without autodetection at build
 time. This is necessary to enable the nvml contrib plugin
fix typos | (download)

doc/man/man5/cgroup.conf.5 | 2 1 + 1 - 0 !
src/slurmd/slurmd/req.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix typos in code and man pages
 This patch fix some typos in code and man pages
fix manpages | (download)

doc/man/man5/slurm.conf.5 | 2 1 + 1 - 0 !
doc/man/man8/slurmrestd.8 | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix typos in man pages
 This patch fix some typos in two man pages