Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Restriction on combination of 'm' and 'i' is removed.

...

  • Now admin can create a custom resource with a new permission flag "m" which will allow the PBS server to send this particular custom resource to MoM so that execution hooks can access(read/write) the resource.
  • Resources not having this flag set, will not be sent to MoM.
  • Resources created by exechost_startup hook will have this flag set by default.
  • Admin can set this new flag in combination with flags: q, h, s, r , n, f and i.
  • To unset flag "m", admin can either overwrite the flag value or do a "unset resource <name> flag". Doing the unset operation will remove all the flags set for the resource.
  • It is not supported to set both 'i' and 'm' flags together on a given resource.
    1. When flag 'i' is set on a resource which has 'm' set on it, such set command will be rejected.
    2. When flag 'm' is set on a resource which has 'i' set on it, such set command will be rejected.

Example:

$ qmgr -c "create resource cres type=long, flag=qm"

...