22
edits
Changes
add command for space available in VE
<pre>
[host-node]# vzctl set 101 --diskspace 6G:7G --save
</pre>
You could verify the space available with this command (ie : CTID =101)
<pre>
[host-node]# vzctl exec 101 df -h
</pre>
[[Category: Disk quota]]