1. 13 Apr, 2017 29 commits
  2. 12 Apr, 2017 7 commits
  3. 11 Apr, 2017 4 commits
    • Brian Christiansen's avatar
      Fix conversion table when there are no clusters · 8abb18e2
      Brian Christiansen authored
      If there were no clusters in the system then the dbd would insert a row
      in the database and then on the next time the dbd would start (with no
      clusters) it would attempt to insert the row again and fatal. Now it
      always makes a query against the database and if there are no clusters
      in the system, then it inserts the current db version into the table.
      8abb18e2
    • Morris Jette's avatar
      Add test for NULL return · 98657cd6
      Morris Jette authored
      Without this test the macro _entity_update_kv_helper() will use a
        NULL value for oldvalue and abort
      Coverity CID 44965
      98657cd6
    • Morris Jette's avatar
      sprio/squeue with -M option in federation · 3a9970c0
      Morris Jette authored
      Treat the same as having the --local option and only get information
        from the identified cluster.
      If sprio --cluster option is set, then implicitly set --local
      3a9970c0
    • Morris Jette's avatar
      Federated sprio enhancement · ae8bf6d7
      Morris Jette authored
      Fix the sprio API so that jobs that are on remote federations only
        and in multiple partitions do not remove all but one partition's
        record. Use a hash function to turn the partition name into a
        number and insure that every unique job ID & partition name are
        reported by sprio.
      ae8bf6d7