Ian Jackson
2013-Nov-05 17:06 UTC
[osstest] production-config: reduce min log expire age from 7d to 4d :-(
The interval between having to clear out the git caches has become ridiculously short. I''m going to arrange to keep the logs for less long. We need, however, to have more space for logs. I will try to organise this. We also need an approach to git caching that is less wasteful of space. If anyone fancies writing a competent caching proxy for git, please get in touch. Failing that I''ll put it on my todo list. Ian. commit c39252a0a9f5379fa5ed636aa621e7f58b024542 Author: Ian Jackson <iwj@woking.cam.xci-test.com> Date: Tue Nov 5 17:03:42 2013 +0000 production-config: reduce min log expire age from 7d to 4d :-( Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> diff --git a/production-config b/production-config index fb9d750..af0d299 100644 --- a/production-config +++ b/production-config @@ -35,7 +35,7 @@ WebspaceUrl="http://woking.$c{DnsDomain}/~osstest/" OverlayLocal /export/home/osstest/overlay-local LogsMinSpaceMby= 10*1e3 -LogsMinExpireAge= 86400*7 +LogsMinExpireAge= 86400*4 TestHostKeypairPath /export/home/osstest/.ssh/id_rsa_osstest
Reasonably Related Threads
- [PATCH/RFC OSSTEST] Debian PV netboot guest test
- [PATCH OSSTEST] standalone-reset: fix check for existing d-i and creation of symlink
- [PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
- [OSSTest PATCH 0/2] MegaRAID SAS support and RebootTimeExtra documentation
- [PATCH OSSTEST 0/6] Support for serial logs from marilith boxes