Versions Compared

Key

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

forum discussion

...

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId32008a99-7831-3ff8-9638-3db0cd01164d
keyPP-703

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId32008a99-7831-3ff8-9638-3db0cd01164d
keyPP-701


Interface 1: A new CLI pbs_ralter.

...

Interface 6: A new error code (number undecided yet15178) and a new error message for pbs_ralter denoting that a non-empty reservation that has already started running cannot have its start time altered.

...

Interface 7: A new error code (number undecided yet15179) and a new error message for pbs_ralter denoting that the current/next occurrence of a standing reservation being altered interferes with a later occurrence.

  1. Visibility - Public
  2. Change Control - Stable
  3. Synopsis - As per the requirements, if the occurrence of a standing reservation being altered will cause a overlap of any later occurrence of the standing reservation being altered, PBS will deny the alter request.
  4. Details - When pbs_ralter is used for altering an occurrence of a standing reservation, and if the requested times cause a overlap of any later occurrence of the standing reservation, this new error code is returned and "pbs_ralter: Requested time(s) will interfere with a later occurrence" is displayed on the console.

...

  1. Visibility - Public
  2. Change Control - Stable
  3. Synopsis - The 'U' accounting record will now have recurrence rule and timezone information for a standing reservation. 'U' record for advance reservation remains unchanged.
  4. Details - .
    1. When a standing reservation is submitted, the 'U' record will now have the format: "U;S56.d_server;requestor=pbsuser@d_server recurrence_rrulerule=FREQ=HOURLY;COUNT=2 timezone=Asia/Kolkata".
      1. example - "U;S56.d_server;requestor=pbsuser@d_server recurrence_rrulerule=FREQ=HOURLY;COUNT=2 timezone=Asia/Kolkata"

...

  1. Visibility - Public
  2. Change Control - Stable
  3. Synopsis - Event type - Reservation, log level - Info.
  4. Details - 
    1. When an advance reservation is submitted, server logs this event.
      1. This log will have the format: "Resv;<ResvID>;New reservation submitted start=<requested start time> end=<requested end time>".
    2. When a standing reservation is submitted, server logs this event.
      1. This log will have the format: "Resv;<ResvID>;New reservation submitted start=<requested start time> end=<requested end time> recurrence_rrulerule=<rrule> timezone=<timezone>".

...