Hi, sorry to hear disk quota is not working for you, we had reports, but none that would be reproducible so far, with small examples it normally does it job. Another potential issue is having reported a block size that does not really match the disk one.
About dropping tiles before a certain date, I don't think there is a direct way, GWC has no understanding of the parameters and their data type, so it cannot be instructed to drop before a certain date. In order to do drops one has to provide the exact parameter values involved, and use an approach such as the one described here: https://www.geo-solutions.it/blog/geowebcache-rest-mangement/ Another hiccup is that it's not possible to figure what what time values are in the cache, because the set of parameters gets hashed using sha-1, which is a one way hashing algorithm, before hitting the disk (you might have seen the hashes in the folder names). A possible approach is to clean up the quota store (the database contents, making a backup of it just in case) and restart GWC, it should notice the quota is empty and go an collect statistics again. Of course, that might take quite some time, as it has to go and scan all the available tiles, so maybe do the cleanup (by file/directory date?) manually before restarting the system. Hope this helps Cheers Andrea On Mon, Jan 28, 2019 at 3:17 PM idharper <[email protected]> wrote: > I have inherited a system and the original people have left the company so > I > need some help. > > It looks like we have some layers that keep increasing in size on the disk > and for which the diskquote for size is not clearing tiles out. > > They appear to be tiles which have a TIME parameter on them. > > Is it possible to run a truncate for a particular layer where TIME is > before > a certain date so that I can clear out a large amount of space. > > Thanks > > > > > -- > Sent from: > http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- *Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.*
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
