Versions Compared

Key

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

...

- Changing duration and end time together will move the start time of the reservation. So cases where altering the start time fails, will also fail when changing duration + end time.


Examples:


Command

Output

pbs_ralter -D 800 R1

Duration changes, endtime of resv is shifted to starttime + duration

pbs_ralter -D 00:45:00 R1

Duration changes by 45 mins, endtime of resv is shifted to starttime + duration

pbs_ralter -D 600 (resv is already running for more than 600 secs)

Resv gets deleted. This case will behave the same way changing endtime in reservation will behave

pbs_ralter -D 800 -R 1900 R1

Startime is updated and endtime = startime + duration

pbs_ralter -E 2000 -D 1800 R1

Startime will be changed to endtime - duration

pbs_ralter -R 1730 -E 2000 -D 1800 R1

Bad time specification error will be thrown because all three cannot be changed together