I have been beating my head on these for days now, when i create VM (OpenVZ based) using Cloudmin CP or API, i dont know why the inode is always small and i have to edit inode from host machine to make it work
For example i created a vm with 100GB disk space and the inode is as small so the server runs out of space easily
See below when i run df -h and df -i
root@mongodb1:/# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/simfs 131072 27153 103919 21% /
tmpfs 1088000 39 1087961 1% /run
tmpfs 1088000 1 1087999 1% /run/lock
tmpfs 1088000 2 1087998 1% /run/shm
root@mongodb1:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 98G 785M 97G 1% /
tmpfs 850M 980K 850M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.7G 0 1.7G 0% /run/shm
Has any experienced this ans what did you do
Comments
Submitted by JamieCameron on Thu, 11/03/2016 - 00:16 Comment #1
That is surprisingly small!
If you check the file under
/etc/vz/conf/
for your VM, is theDISKINODES
option set to anything?