[PATCH makedumpfile 0/2] LZO Compression Support

HATAYAMA Daisuke d.hatayama at jp.fujitsu.com
Tue Feb 21 03:01:25 EST 2012


Hello Kumagai-san,

From: Atsushi Kumagai <kumagai-atsushi at mxc.nes.nec.co.jp>
Subject: Re: [PATCH makedumpfile 0/2] LZO Compression Support
Date: Tue, 21 Feb 2012 16:50:41 +0900

> Hello Hatayama-san,
> 
> On Mon, 20 Feb 2012 18:10:00 +0900
> HATAYAMA Daisuke <d.hatayama at jp.fujitsu.com> wrote:
> 
>> The following series implements LZO compression support to
>> makedumpfile. LZO is as good as in size but by far better in speed
>> than ZLIB, readucing down time during generation of crash dump and
>> refiltering.
>> 
>> The RFC discussion:
>> 
>>   http://lists.infradead.org/pipermail/kexec/2011-November/005783.html
>>   http://lists.infradead.org/pipermail/kexec/2011-December/005868.html
>> 
>> How to build:
>> 
>>   1. Get lzo libraries: lzo, lzo-devel and lzo-minilzo from either of
>>   the following:
>> 
>>     1) Original author's website:
>>        http://www.oberhumer.com/opensource/lzo/
>> 
>>     2) yum framework on fedora. Older releases don't have the packages.
>> 
>>   2. Apply the patch set to makedumpfile v1.4.2.
>> 
>>   3. Do make.
>> 
>> How to use:
>> 
>>   Introduce new -l option. If a user specify this, makedumpfile
>>   generates dumpfile compressed by pages with lzo compression.
>> 
>>   Example)
>>   $ makedumpfile -l vmcore dumpfile
>> 
>> Performance evaluation:
>> 
>>   - Kumagai-san's evaluation simulating actually working servers:
>>     http://lists.infradead.org/pipermail/kexec/2011-December/005868.html
>> 
>>   - My evaluation focusing on the worst cases:
>>     http://lists.infradead.org/pipermail/kexec/2011-November/005783.html
>> 
>> LZO Support for crash:
>> 
>>   I'll post LZO support patch for crash after makedumpfile merges
>>   these patches.
> 
> Thank you for your patches.
> 
> I'll review and merge them into v1.4.4 with making LZO support optional.
> I'll post the patch to make it optional after v1.4.3 is released.
> 
> Please wait for a while.
> 
> Thanks
> Atsushi Kumagai
> 

Thanks. But I'm OK if I'll repost the patch after you have decided how
you change Makefile to support optional building. Or is it more
effective for you to do them by yourself at the same time?

Thanks.
HATAYAMA, Daisuke




More information about the kexec mailing list