Workspaces/Advanced Features/ws extend

From bwHPC Wiki
< Workspaces‎ | Advanced Features
Revision as of 15:31, 2 December 2025 by M Janczyk (talk | contribs) (Created page with "= ws_extend - Extend Workspace Lifetime = Beyond the basic extension shown in the main Extend guide: == Options == * <tt>-F filesystem</tt> - Extend workspace on specific filesystem * <tt>ws_allocate -x</tt> - Alternative command for extension * You can shorten workspace lifetime even if no extensions are available == Group Workspace Extensions == Group members can extend group-writable workspaces (requires group write access <tt>ws_allocate -G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ws_extend - Extend Workspace Lifetime

Beyond the basic extension shown in the main Extend guide:

Options

  • -F filesystem - Extend workspace on specific filesystem
  • ws_allocate -x - Alternative command for extension
  • You can shorten workspace lifetime even if no extensions are available

Group Workspace Extensions

Group members can extend group-writable workspaces (requires group write access ws_allocate -G):

  $ ws_allocate -x -u <username> <workspace_id> <days>

Replace <username> with the workspace owner's username. This is useful when the workspace owner is unavailable and the workspace needs to be extended.

Example:

  $ ws_allocate -x -u alice projectWs 30

This extends Alice's workspace projectWs by 30 days.

Notes

For more information: $ ws_extend -h or man ws_extend