Open main menu

OpenVZ Virtuozzo Containers Wiki β

Disk quota

Revision as of 09:15, 19 May 2008 by Ginkyo (talk | contribs) (add command for space available in VE)

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