Hi Robert, looks like you ran out of free inodes, despite there's still space left on the device, the file system has all its inodes allocated by those little files.
XFS is known to do well, especially if the partition is > 1TB and you use the inode64 mount option: <http://xfs.org/index.php/XFS_FAQ#Q:_What_is_the_inode64_mount_option_for.3F> So, it looks like if you need to create so many tiles, you'll need a new partition. BTW, what's the partition size, file system, and disk block size you're using? And around how many tiles did it get bloated? Cheers, Gabriel On Wed, Jul 18, 2012 at 5:03 AM, Robert Buckley <[email protected]> wrote: > Hi, > > Ubuntu 10.04 > Geoserver 2.13 > > Overnight I was creating caches of layers in geowebcache. This morning the > server crashed. "Disk-Quota Exceeded". This sounds to me like I don“t have > enough memory on my harddrive, but when I check with the df -l command I > see that "Use" is only by 30%. > > However with df -i I see this > > Filesystem Inodes IUsed IFree IUse% Mounted on > /dev/vzfs 18446744069458024216 18446744069416099868 41924348 > 100% > > > How should I interpret this? Have the gwc tiles in the caches filled up the > sectors on the disk? But then why does is show only 38% used? > > thanks for any tips, > > Robert > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
