Quota limit

Discussion in 'General' started by trondhuso, Nov 30, 2013.

  1. trondhuso

    trondhuso Member

    I have set a users quota-limit to 20000, but for some reason I am getting a warning for This: Allocated Storage Space: 9999.00 MB

    Is there a size restriction on quota so it cannot be more than 9999?

    Best

    Trond
     
  2. DanielP

    DanielP New Member

    think it's a bug and show what is created first at dashboard

    i allocate unlimited space for a user (single user kvm vps for personal use so i do not setup any plans)

    i read your post and change limits to 20000mb it still show ulimited on control panel dashboard
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Ispconfig 2 has no dashboard, so i guess sou talk about a different software like ispconfig 3?
     
  4. DanielP

    DanielP New Member

    just mistake the forums ... it happens... but got the issue i change from unlimited to 20000 just for a test when i read the thread ...

    and in dashboard is still unlimited


    [​IMG]
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    It works fine here on my server. You changed it in the website settings and you have a working linux wuota configuration on your server and waited at leadt 5 minutes, as harrdisk quota reports are created only every 5 minutes.
     
  6. DanielP

    DanielP New Member

    quota is installed as in tutotital, it's kvm vps (openvz got to have second level quotas enabled that's why i mentioned it kvm) from digital ocean, debian squeez nginx (recompiled)

    fstab
    Code:
    LABEL=DOROOT       /               ext4    errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0       1
    
    any way, I do not need it working for this one but in my future cluster for which i ask question in general ISPConfig 3 forum will hope to work :)
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you see the quota values set when you run:

    repquota -avug
     
  8. DanielP

    DanielP New Member

    Code:
    ispapps   --       4       0       0              2     0     0       
    ispconfig --   80792       0       0           8661     0     0       
    client1   -- 1857968       0       0          38236     0     0       
    
    Statistics:
    Total blocks: 9
    Data blocks: 2
    Entries: 28
    Used average: 14.000000

    yes i got some values :) i post part of them (last part)
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    May you please post the line for a user like web1, web2 or similar, as client1 is a group and group quotas are not used, so its ok that they are 0.
     
  10. DanielP

    DanielP New Member

    i do not know, how i say i do not need quotas on these vps it is for ispconfig testing and single site setup it's important to me to setup my cluster these days http://www.howtoforge.com/forums/showpost.php?p=306999&postcount=3



    just found it interesting when i change quota (do not setup any plans btw chust manually edit 1)

    PHP:
    *** Report for user quotas on device /dev/disk/by-label/DOROOT
    Block grace time
    7daysInode grace time7days
                            Block limits                File limits
    User            used    soft    hard  grace    used  soft  hard  grace
    ----------------------------------------------------------------------
    root      -- 4267048       0       0          48397     0     0       
    daemon    
    --      52       0       0              4     0     0       
    man       
    --    1476       0       0            115     0     0       
    www
    -data  --   85496       0       0           6734     0     0       
    list      --      16       0       0              5     0     0       
    nobody    
    --     640       0       0              1     0     0       
    libuuid   
    --      20       0       0              2     0     0       
    Debian
    -exim --      28       0       0              8     0     0       
    ntp       
    --      12       0       0              3     0     0       
    mysql     
    -- 7100452       0       0           1378     0     0       
    postfix   
    --     208       0       0             82     0     0       
    clamav    
    --   99756       0       0             13     0     0       
    amavis    
    --    1780       0       0             43     0     0       
    messagebus 
    --       4       0       0              1     0     0       
    bind      
    --      12       0       0              3     0     0       
    vmail     
    --     820       0       0            136     0     0       
    getmail   
    --      12       0       0              3     0     0       
    ispapps   
    --       4       0       0              2     0     0       
    ispconfig 
    --   69148       0       0           8660     0     0       
    web1      
    -- 1579396       0       0          37349     0     0       
     

Share This Page