1. 12 Feb, 2010 1 commit
  2. 11 Feb, 2010 1 commit
  3. 10 Feb, 2010 4 commits
  4. 09 Feb, 2010 2 commits
  5. 05 Feb, 2010 9 commits
  6. 04 Feb, 2010 2 commits
  7. 03 Feb, 2010 2 commits
  8. 02 Feb, 2010 3 commits
  9. 01 Feb, 2010 5 commits
  10. 30 Jan, 2010 4 commits
    • Moe Jette's avatar
      Fix race condition with respect to node state restore and config structure lock, · cb9a3900
      Moe Jette authored
       clean up some related code for reservations and partitions.
      cb9a3900
    • Danny Auble's avatar
      fix for database not understanding -2 · 59570c17
      Danny Auble authored
      59570c17
    • Danny Auble's avatar
    • Moe Jette's avatar
      Slurmctld restart/reconfiguration operations have been altered. · f0499830
      Moe Jette authored
        NOTE: There will be no change in behavior unless partition configuration 
        or node Features/Weight are altered using the scontrol command to differ 
        from the contents of the slurm.conf configuration file.
      
        Preserve current partition state information plus node Feature and Weight 
        state information after slurmctld receives a SIGHUP signal or is restarted 
        with the -R option. Recreate partition plus node information (except node
        State and Reason) from slurm.conf file after executing "scontrol reconfig" 
        or restarting slurmctld *without* the -R option. 
      
           OPERATION            ACTION
           slurmctld -R         Recover all job, node and partition state
           slurmctld            Recover job state, recreate node and partition state
           slurmctld -c         Recover no jobs, recreate node and partition state
           SIGHUP to slurmctld  Preserve all job, node and partition state
           scontrol reconfig    Preserve job state, recreate node and partition state
      
        Old logic preserved node Feature plus partition state after "slurmctld" or 
        "scontrol reconfig" rather than recreating it from slurm.conf. Node Weight 
        was formerly always recreated from slurm.conf. 
      f0499830
  11. 29 Jan, 2010 2 commits
  12. 28 Jan, 2010 1 commit
  13. 27 Jan, 2010 4 commits