Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Unless there is only a single scheduler, the fairshare scheduling policy per whole PBS complex is no longer supported.
    • This policy is limited to each individual scheduler.
  • The pbsfs command will now act on a single scheduler's fairshare usage database.
    • The new '-I' option allows the admin to specify which scheduler
      • If no '-I' option is given, pbsfs will act upon the default scheduler
      • pbsfs will now contact the server to query the location of the sched_priv for the scheduler.
        • Since contacting the server is now required, the server needs to be running to use pbsfs.  This was not true before.
      • If the scheduler's sched_priv is not accessible, the existing error message will be printed to stderr
        • Unable to access fairshare data

      • If no such scheduler exists, the following message will be printed to stderr
        • Scheduler <sched> does not exist
      • If a scheduler does not have its sched_priv set, the following message will be printed to stderr
        • Scheduler <sched> does not have its sched_priv set
      • Example:
        • pbsfs -s user1 10
          • sets user1's usage to 10 for the default scheduler
        • pbsfs -I sched2 -s user2 10
          • sets user2's usage to 10 for sched2.

  • Notes: 

...