1ws_release(1) General Commands Manual ws_release(1)
2
3
4
6 ws_release - release a workspace directory and free the workspace name
7
8
10 ws_release [-h] [-F filesystem] NAME
11
12
14 Release the workspace NAME for the calling user. This command will
15 make the workspace data unavailable to the user, and make NAME usable
16 for a new workspace
17
18 The idea of the workspace is to allow the administrator to keep control
19 of filespace in working filesystems, and to avoid the situations that
20 data of past and finished projects/jobs is idling for ever on disks. A
21 user can create and dispose arbitrary number of workspaces, they are
22 cheap, and can be created e.g. for each job.
23
24 From the system side, workspaces will be deleted after beeing expired.
25 A friendly user can release workspaces before the expiration date using
26 ws_release which will mark the workspace for deletion and make the data
27 unavailable.
28
29 Deletion is probably a task done once a night and not immediately. Data
30 left in workspaces after releasing them therefore still accounts for
31 disk quota if enabled by the administrator. If the user is short on
32 available quota it makes sense to manually remove the content inside
33 the workspace directory using rm before releasing the workspace.
34
35 If a workspace was forgotten and expired or released in error, it might
36 make sense to contact the administrator, as he probaly can restore a
37 workspace for some time, if disk space is not low.
38
39
41 -h display usage help text
42
43 -F select the filesystem to release the workspace from, there is
44 always a default for this. See ws_list -l for a list of availā
45 able filesystems.
46
47 --userworkspace
48 for root only: release a users workspace, with the id as seen in
49 ws_list.
50
51
53 release a workspace:
54 ws_release myworkspace
55
56
58 Written by Holger Berger
59
60
62 ws_allocate, ws_list, ws_find, ws_restore
63
64
65
66USER COMMANDS March 2013 ws_release(1)