Skip to content
Snippets Groups Projects
  1. Sep 28, 2015
    • Morris Jette's avatar
      Fix for node state when shrinking jobs · 6c9d4540
      Morris Jette authored
      When nodes have been allocated to a job and then released by the
        job while resizing, this patch prevents the nodes from continuing
        to appear allocated and unavailable to other jobs. Requires
        exclusive node allocation to trigger. This prevents the previously
        reported failure, but a proper fix will be quite complex and
        delayed to the next major release of Slurm (v 16.05).
      bug 1851
      6c9d4540
  2. Sep 23, 2015
  3. Sep 22, 2015
  4. Sep 21, 2015
  5. Sep 17, 2015
  6. Sep 11, 2015
  7. Sep 10, 2015
  8. Sep 09, 2015
  9. Sep 08, 2015
  10. Sep 02, 2015
  11. Sep 01, 2015
  12. Aug 28, 2015
  13. Aug 27, 2015
    • Morris Jette's avatar
      Correct RebootProgram usage · 82068b6b
      Morris Jette authored
      Correct RebootProgram logic when executed outside of a maintenance
        reservation. Previous logic would mark the node up upon response
        to the reboot RPC (from slurmctld to slurmc) and when the node
        actually rebooted, flag that as an unexpected reboot. This new
        logic checks the node's up time to not mark the compute node as
        being usable until the reboot actually takes place.
      but 1866
      82068b6b
Loading