Versions Compared

Key

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

...

2) pbs_ralter -G [+/-]<group name>[, [+/-]<group name>] resv_id
This option will be used to set the Authorized_Groups list of the reservation.
It will automatically set acl_groupsgroup_enable = True on the reservation if not already set.
Example
pbs_ralter -G +physics R14

If -G is given an empty string "", then the Authorized_Groups list will be unset, and the queue's acl_groups and acl_group_enable attributes will also be unset.

Example

pbs_ralter -G "" R14


Here's an example of how it works:

...