1 02/22/85  set_volume_quota, svq
 2 
 3 Syntax as a command:  svq logical_volume change {account}
 4 
 5 
 6 Function: sets a quota account's volume quota on a logical volume;
 7 used by the volume executive (the owner or manager of logical volumes).
 8 
 9 
10 Arguments:
11 logical_volume
12    is the name of the logical volume for which quota is to be set.
13 change
14    is the amount of quota, or the amount of quota change; you can
15    specify it as follows:
16       +n  add n records to the quota
17       -n  subtract n records from the quota
18       n  set the quota to n records
19 account
20    is the name of the quota account (in the form Person_id.Project_id)
21    to be set.  If omitted, your User_id is used.
22 
23 
24 Access required: To use this command you must have e access to the
25 logical volume.  It is not necessary that the volume be mounted.
26 
27 
28 Notes: If you set the volume quota less than the quota account's
29 current quota used, the quota is changed as directed, but a warning
30 message is printed.