]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
teuthology: convert from bzip2 to gzip.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 29 Jul 2011 17:35:02 +0000 (10:35 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 29 Jul 2011 17:35:02 +0000 (10:35 -0700)
commit6ac6f7ab386ba70fef7814572a36b630a6a84f52
treedabdad7e259fe6cfca299ad7c0ae608904d58bcf
parent277c4ff7aa79e625cc8eea8cc7485423daaf6936
teuthology: convert from bzip2 to gzip.

gzip is much, much faster on large log files. With a 7.7GB client log, gzip
took 2:45 to compress it to 624MB. bzip2 took 34:38 to compress it to
366MB. For our purposes the space savings are not worth the time loss.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
teuthology/task/ceph.py
teuthology/task/internal.py