1. 13 Mar, 2017 1 commit
    • Alejandro Sanchez's avatar
      Fix regression in b894280a. · 07ce0773
      Alejandro Sanchez authored
      Code calls list_find_first to search in resv_list whether the requested
      name for the new reservation already exists. If it exists, resv_ptr is
      set with the pointer to the existing reservation. Then the code goto
      bad_parse label and xfreed that resv_ptr, thus corrupting the list data
      by freeing the existing reservation. This is fixed by only freeing memory on the
      new local resv_ptr instead of always freeing memory.  xfree is also not
      sufficient for freeing the memory, we needed to call _del_resv_rec() or we would
      leak the memory we had transferred from the resv_desc_ptr.  This also involved
      NULLing out the other variables freed after bad_parse, or you would get
      double frees.
      
      Bug 3558.
      07ce0773
  2. 11 Mar, 2017 1 commit
  3. 10 Mar, 2017 5 commits
  4. 08 Mar, 2017 10 commits
  5. 07 Mar, 2017 3 commits
    • Morris Jette's avatar
      capmc_resume not changing node state · cecaf222
      Morris Jette authored
      capmc_resume (Cray resume node script) - Do not disable changing a node's
          active features if SyscfgPath is configured in the knl.conf file.
      bug 3533
      cecaf222
    • Morris Jette's avatar
      Fix for job cancel when node reconfig fails · 2e21d9f7
      Morris Jette authored
      If a job is cancelled by the user while it's allocated nodes are being
          reconfigured (i.e. the capmc_resume program is rebooting nodes for the job)
          and the node reconfiguration fails (i.e. the reboot fails), then don't
          requeue the job but leave it in a cancelled state. Note the JOB_RECONFIG_FAIL
          state flag is currently only used by capmc_resume, but could be used for
          other programs responsible for node reboots.
      bug 3392
      2e21d9f7
    • Morris Jette's avatar
      burst_buffer/cray - Add support for line continuation · c8146969
      Morris Jette authored
      bug 3538
      c8146969
  6. 03 Mar, 2017 2 commits
  7. 02 Mar, 2017 9 commits
  8. 01 Mar, 2017 3 commits
  9. 28 Feb, 2017 4 commits
  10. 27 Feb, 2017 2 commits