1. 08 Jun, 2011 2 commits
    • Moe Jette's avatar
      Clarify accounting database configuration · 6c3282df
      Moe Jette authored
      this adds another instruction to the grant all on slurm_acct_db.*  TO 'slurm'@'system0';  where system0 is the hostname.  Our users have add errors from mysql  as shown below where it needs to be applied for both localhost and the hostname
      From Nancy Kritkausky, Bull
      6c3282df
    • Moe Jette's avatar
      Correct explanation of depend=afterok · 99139f4a
      Moe Jette authored
      Correct several man pages describing what a dpendency of afterok means.
      99139f4a
  2. 07 Jun, 2011 1 commit
  3. 06 Jun, 2011 1 commit
  4. 02 Jun, 2011 2 commits
  5. 01 Jun, 2011 1 commit
    • Moe Jette's avatar
      salloc: clean up stopped child processes · 43e7394c
      Moe Jette authored
      This fixes a bug which is thanks to a report by Don Albert.
      
      The problem is that whenever salloc exits with a child process in stopped state
      (suspended or stopped on terminal input/output), a zombie process is generated,
      since this case is not caught by the code evaluating the child status.
      
      This patch adds the missing case.  It uses SIGKILL, which is the only signal
      that changes the state of a stopped process. It was decided not to try and
      re-awken the process using SIGCONT, since (a) this happens during session
      clean-up and (b) if the condition is due to SIGTTIN, the process immediately
      becomes stopped again.
      Patch from Gerrit Renker, CSCS.
      43e7394c
  6. 27 May, 2011 5 commits
  7. 26 May, 2011 3 commits
  8. 25 May, 2011 2 commits
  9. 18 May, 2011 3 commits
  10. 16 May, 2011 1 commit
  11. 13 May, 2011 5 commits
  12. 12 May, 2011 3 commits
  13. 10 May, 2011 1 commit
  14. 09 May, 2011 2 commits
    • Moe Jette's avatar
      Preserve node power up flag at slurmctld restart · cd9fae3f
      Moe Jette authored
      Fix bug in node stat if slurmctld is restarted while nodes are in the
      process of being powered up. Nodes can be left in an unusable state.
      Patch from Andriy Grytsenko.
      cd9fae3f
    • Moe Jette's avatar
      Correct spelling errors · d2b00e47
      Moe Jette authored
      Correct spelling errors in various documents, code, tests and NEWS.
      This is patch "spelling-errors" from Gennaro Oliva.
      d2b00e47
  15. 07 May, 2011 1 commit
  16. 06 May, 2011 1 commit
  17. 29 Apr, 2011 2 commits
  18. 28 Apr, 2011 1 commit
  19. 27 Apr, 2011 2 commits
  20. 26 Apr, 2011 1 commit