1. 07 Mar, 2017 1 commit
  2. 03 Mar, 2017 2 commits
  3. 02 Mar, 2017 9 commits
  4. 01 Mar, 2017 3 commits
  5. 28 Feb, 2017 4 commits
  6. 27 Feb, 2017 3 commits
  7. 24 Feb, 2017 6 commits
  8. 23 Feb, 2017 6 commits
  9. 22 Feb, 2017 3 commits
  10. 21 Feb, 2017 1 commit
  11. 18 Feb, 2017 2 commits
    • Tim Shaw's avatar
      Added ability to override the invoking uid for "scontrol update job" · 1e42df07
      Tim Shaw authored
      by specifying "--uid=<uid>|-u <uid>".
      
      # Conflicts:
      #	NEWS
      1e42df07
    • Brian Christiansen's avatar
      Fix controller/cmds talking to a pre-released DBD · ec350f17
      Brian Christiansen authored
      A 17.02 controller,sacctmgr couldn't talk to a "master/17.11" DBD
      because the 17.02 client was talking attempting to talk to the DBD with
      the 17.02's MIN_PROTOCOL_VERSION -- which was 15.08 and is more than 2
      version behind the master. The master's MIN_PROTOCOL_VERSION is 16.05,
      so it couldn't unpack the messages.
      
      The controller should always communicate at it's current protocol to the
      DBD.
      
      For federations, it's possible that a higher version controller could
      talk to a lower version controller. So the cluster needs to talk to the
      remote cluster using the remote cluster's protocol version -- which is
      given back from the DBD.
      ec350f17