Bug 487968

Summary: [PATCH] Support configurable root cache compression
Product: [Retired] Fedora Hosted Projects Reporter: Lubomir Rintel <lkundrak>
Component: mockAssignee: Clark Williams <williams>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-11 18:43:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Support configurable root cache compression none

Description Lubomir Rintel 2009-03-01 21:41:02 UTC
Created attachment 333665 [details]
Support configurable root cache compression

This patch adds configuration options that influence how is the root
cache compressed:

  config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "gzip"
  config_opts['plugin_conf']['root_cache_opts']['extension'] = ".gz"

Motivation to do this was to be able to use lzma compression. While it
takes a long time to compress, for me it was more than two times faster
than gzip when decompressing. Since I only seldom regenerate the root cache
while doing a lot of builds, I was able to gain a considerable speed up.

Comment 1 Lubomir Rintel 2009-03-20 10:35:22 UTC
Ping?

Comment 2 Clark Williams 2009-03-27 15:24:14 UTC
Looks fine. I've pulled it in for inclusion in the next release.

Comment 3 Clark Williams 2010-09-11 18:43:31 UTC
I missed closing this when the change went in.