From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Enormous size of libvirt libxl-driver.log with Xen 4.2 and 4.3 Date: Mon, 3 Aug 2015 15:16:59 +0100 Message-ID: <1438611419.30740.156.camel@citrix.com> References: <1438598868.30740.128.camel@citrix.com> <1438601791.30740.129.camel@citrix.com> <1438608377.30740.143.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438608377.30740.143.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Jim Fehlig , Ian Jackson , Jan Beulich , Stefano Stabellini Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-08-03 at 14:26 +0100, Ian Campbell wrote: > On Mon, 2015-08-03 at 12:36 +0100, Ian Campbell wrote: > > On Mon, 2015-08-03 at 11:47 +0100, Ian Campbell wrote: > > > > > > I am going to manually run gzip on these files to alleviate some of > > > the > > > pressure. They should compress well. If not I may truncate them to > > > around > > > the point the repetition starts. > > > > Each one got 99.6% compression, so the logs partition now has ~50% > > free... > > And I now did the same on the copies in www:/var/www since that was full > too. A bunch of reports failed to go out due to this. A quick $ zgrep 'No space left on device' for-*/tmp/cr-for-branches.log* lead me to the following list: for-libvirt.git 60183 for-osstest.git 60196 for-qemu-mainline.git 60164 for-qemu-upstream-4.3-testing.git 60159 for-seabios.git 60165 for-xen-4.2-testing.git 60150 for-xen-4.2-testing.git 60373 for-xen-4.3-testing.git 60194 for-xen-4.3-testing.git 60151 For each of those I did, as osstest@, from the appropriate for-* flight= ./cr-publish-flight-logs $flight /usr/sbin/sendmail -odi -oee -oi -t < tmp/$flight.email mv tmp/$flight.email tmp/$flight.email.sent That's no doubt imperfect/incomplete, but I think at least makes the results public. Ian.