1. 15 May, 2018 5 commits
  2. 11 May, 2018 7 commits
  3. 10 May, 2018 8 commits
    • Tim Wickberg's avatar
      Remove AIX pieces from testsuite. · 5cfbd15d
      Tim Wickberg authored
      Support for AIX was removed before 17.02.
      5cfbd15d
    • Morris Jette's avatar
      Merge branch 'slurm-17.11' · fa40dbd6
      Morris Jette authored
      fa40dbd6
    • Morris Jette's avatar
      dc7ca7be
    • Alejandro Sanchez's avatar
      Merge branch 'slurm-17.11' · 1ab63842
      Alejandro Sanchez authored
      1ab63842
    • Alejandro Sanchez's avatar
      Fix different issues when requesting memory per cpu/node. · bf4cb0b1
      Alejandro Sanchez authored
      
      
      First issue was identified on multi partition requests. job_limits_check()
      was overriding the original memory requests, so the next partition
      Slurm validating limits against was not using the original values. The
      solution consists in adding three members to job_details struct to
      preserve the original requests. This issue is reported in bug 4895.
      
      Second issue was memory enforcement behavior being different depending on
      job the request issued against a reservation or not.
      
      Third issue had to do with the automatic adjustments Slurm did underneath
      when the memory request exceeded the limit. These adjustments included
      increasing pn_min_cpus (even incorrectly beyond the number of cpus
      available on the nodes) or different tricks increasing cpus_per_task and
      decreasing mem_per_cpu.
      
      Fourth issue was identified when requesting the special case of 0 memory,
      which was handled inside the select plugin after the partition validations
      and thus that could be used to incorrectly bypass the limits.
      
      Issues 2-4 were identified in bug 4976.
      
      Patch also includes an entire refactor on how and when job memory is
      is both set to default values (if not requested initially) and how and
      when limits are validated.
      
      Co-authored-by: default avatarDominik Bartkiewicz <bart@schedmd.com>
      bf4cb0b1
    • Danny Auble's avatar
      Fix erroneous error on slurmctld shutdown. · 924fa548
      Danny Auble authored
      The slurmctld doesn't need to send the fini message, and actually if
      it does things get messed up as the slurmdbd will close the database
      connection prematurely.  Up till now we would print an error on the
      slurmctld saying we couldn't send the FINI.
      924fa548
    • Danny Auble's avatar
      Fix segfault if running assoc mgr cache and a job finishes and the · 10169937
      Danny Auble authored
      partition is removed then the slurmdbd comes up and we go refresh
      the tres pointers and try to deference the part_ptr.
      
      Related to commit de7eac9a.
      
      Bug 5136
      10169937
    • Danny Auble's avatar
      Split up src/common/slurmdbd_defs into slurmdbd_[defs|pack] · b1ff4342
      Danny Auble authored
      and move the agent into the accounting_storage/slurmdbd plugin.
      
      This should be cleaner going forward and will be easier to maintain.
      b1ff4342
  4. 09 May, 2018 20 commits