1. 13 Sep, 2011 15 commits
  2. 12 Sep, 2011 16 commits
  3. 10 Sep, 2011 4 commits
  4. 09 Sep, 2011 3 commits
  5. 08 Sep, 2011 2 commits
    • Morris Jette's avatar
      Prevent resetting schedloglevel if no logfile defined · 61989624
      Morris Jette authored
      If there is no SchedLogfile defined and 'scontrol schedloglevel 1'
      is issued from an administrator, slurmctld will segfault at the
      next "sched: " log message due to NULL log file pointer. There
      are obviously multiple ways to fix this issue, but in this patch
      the RPC simply returns and "Operation Disabled" error immediately
      if the sched log file is NULL.
      
      Other options include opening a new logfile with a default name,
      sending sched log messages to stderr, or enhancing the scontrol
      interface to allow specifying a logfile name for the schedlog.
      
      There are other cases in the schedlog code that could cause problems
      for the slurmctld, but since the sched log stuff is tied in strangely
      with the rest of the logging code, I didn't want to try modifying
      anything in log.c, for fear of breaking the normal logging functions.
      Patch from Mark Grondona, LLNL.
      61989624
    • Morris Jette's avatar
      Add "State" field to reservation information · 05b59105
      Morris Jette authored
      Add State=ACTIVE or State=INACTIVE to "scontrol show reservation" output.
      Patch from Phil Eckert, LLNL.
      05b59105