Difference between revisions of "Disk quota"
Baseline0x0 (talk | contribs) |
m (added to Category: Disk quota) |
||
Line 12: | Line 12: | ||
[host-node]# vzctl set 101 --diskspace 6G:7G --save | [host-node]# vzctl set 101 --diskspace 6G:7G --save | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category: Disk quota]] |
Revision as of 08:25, 29 April 2008
Basic disk quota management:
To set disk space, run the following commands:
vzctl set CTID --diskspace $SoftLimit$:$HardLimit$ --save
Example:
[host-node]# vzctl set 101 --diskspace 6G:7G --save