Skip to content
Snippets Groups Projects
  1. Feb 23, 2021
  2. Feb 22, 2021
  3. Feb 21, 2021
  4. Feb 19, 2021
  5. Feb 18, 2021
  6. Feb 17, 2021
  7. Feb 16, 2021
    • Danny Auble's avatar
      Add scrontab to man2html to be made. · 5e8c9a6d
      Danny Auble authored
      5e8c9a6d
    • Felip Moll's avatar
      Fix cgroup namespace detection when running in a container · f744707b
      Felip Moll authored
      When using containers (such as linux containers or docker), slurmds won't
      start because when they call xcgroup_ns_is_available to check that they are
      in a cgroup, it looks for the presence of the release_agent file. However,
      the release_agent file is unique in that it is only present in the root
      cgroup. Since containers are namespace-bound to a container-specific child
      subdirectory in each control group, it fails to find release_agent and the
      slurmd will fail to start.
      
      The fix relies on checking a 'tasks' file instead of 'release_agent'.
      
      Bug 10468
      f744707b
  8. Feb 15, 2021
    • Tim McMullan's avatar
      Fix slurmd regression in 20.11 finding/sending the parent node address. · 9550185c
      Tim McMullan authored
      Introduced in 30af622a, the patch added a new case in reverse_tree_info()
      which filled in parent_rank with -1 when width > nodes. This lead to callers
      like _send_slurmstepd_init() to attempt to find the slurm_addr_t of this
      node's parent slurmd in the step host list with parent_rank = -1 when not
      applicable.
      
      This resulted in misleading errors and messages being logged (even with
      malformed node names) and incorrect reverse-tree info sent to the stepd.
      
      Bug 10838.
      9550185c
  9. Feb 12, 2021
  10. Feb 11, 2021
  11. Feb 10, 2021
  12. Feb 09, 2021
Loading