Difference between revisions of "Disk quota"
(add command for space available in VE) |
|||
Line 16: | Line 16: | ||
<pre> | <pre> | ||
[host-node]# vzctl exec 101 df -h | [host-node]# vzctl exec 101 df -h | ||
+ | </pre> | ||
+ | |||
+ | If you want remove disk quota: | ||
+ | <pre> | ||
+ | DISK_QUOTA=no | ||
</pre> | </pre> | ||
[[Category: Disk quota]] | [[Category: Disk quota]] |
Revision as of 10:06, 2 July 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
You could verify the space available with this command (ie : CTID =101)
[host-node]# vzctl exec 101 df -h
If you want remove disk quota:
DISK_QUOTA=no