OpenVZ Forum


Home » International » Russian » vzquota (Disk quota exceeded)
Re: vzquota [message #37772 is a reply to message #37767] Mon, 19 October 2009 12:39 Go to previous messageGo to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

// Find out the default config file
# grep CONFIGFILE /etc/vz/vz.conf
CONFIGFILE=lalala
// In case you specify --config on 'vzctl create', check that one instead

// Find out the disk space limits in the default config
# grep DISK /etc/vz/conf/*lalala*

// Below we assume VEID=200

// Find out the disk space limits in VE config
# grep DISK /etc/vz/conf/200.conf

// Check current quota limits and usage
# cat /proc/vz/vzquota | sed -n '1p; /^200:/,+2p'

// Check real disk usage
# du -sh /vz/private/200


Kir Kolyshkin
http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: /lib/megasr.ko -1 Unknown symbol in module
Next Topic: Проблема с S5520SC NIC
Goto Forum:
  


Current Time: Tue Jul 29 21:21:45 GMT 2025

Total time taken to generate the page: 0.11888 seconds