Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


OpenVZ + OpenVZ Web Panel (disk space problem)
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

OpenVZ + OpenVZ Web Panel (disk space problem)

I have CentOS 6.4 x86.

I install OpenVZ following this tutorial:

http://openvz.org/Quick_installation

I Install OpenVZ Web Panel:

I created a VPS with 4 GB (4096 MB) of disk space, and when I type:

df –h

I have this result:

Filesystem Size Used Avail Use% Mounted on

/dev/simfs 665G 1.1G 630G 1% /

none 1.9G 4.0K 1.9G 1% /dev

none 1.9G 0 1.9G 0% /dev/shm

I do not understand, thank you for your help

Comments

  • Why not use vzctl and set the space manually?

  • @seriesn said:
    Why not use vzctl and set the space manually?

    I run this command:

    vzctl set 101 --diskspace 10G:11G --save

    I have this error message:

    Error: Unable to apply new quota values: quota not running

    Error: failed to apply some parameters, not saving configuration file!

  • WebiniumWebinium Member
    edited September 2013

    I forgot to stop the VPS.

    I have no error message, buts when I run the command

    df -h

    I have always values:

    Filesystem Size Used Avail Use% Mounted on

    /dev/simfs 665G 1020M 630G 1% /

    none 1.9G 4.0K 1.9G 1% /dev

    none 1.9G 0 1.9G 0% /dev/shm

  • @Webinium said:

    Error: Unable to apply new quota values: quota not running
    Error: failed to apply some parameters, not saving configuration file!

    From the error it looks like you are not running the quota services needed to enforce the space limitation on your containers. Make sure you have setup quotas and then it should be reflected correctly.

    Cheers!

  • I forgot to stop the VPS.

    I have no error message, buts when I run the command

    df -h

    I have always values:

    Filesystem Size Used Avail Use% Mounted on

    /dev/simfs 665G 1020M 630G 1% /

    none 1.9G 4.0K 1.9G 1% /dev

    none 1.9G 0 1.9G 0% /dev/shm

  • TheLinuxBugTheLinuxBug Member
    edited September 2013

    Some links to check which may assist you in resolving your issue:
    http://www.howtoforge.com/forums/archive/index.php/t-26647.html

    http://openvz.org/Disk_quota

    You probably need to change some configurations to enable disk quotas.

    Cheers!

  • Error: Unable to apply new quota values: quota not running

    Enable Quota.

  • Have you removed the alocated IPv4 address for your dedicated server?

    If you still have the IPv4 networking set for all IPv4 for your dedicated server, then everytime you login to the vps IPv4, you will login to your dedicated server too.

    Make sure you only have one IPv4 in the dedicated server, and then use the rest of the IPv4 at your vps.

  • Hello,

    This is a bug OpenVZ Web Panel.

    If you use the "template Unilimited" vzquota does not work.

    I tried with another template, I created a disk of 2 GB. I have changed to 4GB. It works.

    Thank you all for your help.

Sign In or Register to comment.