]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/xfs: compress online repair rebuild output by default
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Jun 2023 22:29:39 +0000 (15:29 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 10 Jun 2023 07:35:59 +0000 (15:35 +0800)
commit8b88f4ca28ff93e3b87637a3f23d313d4118be6b
tree1ce0afba23c233870be7465e0a64c094d4b7c79c
parent0adf9e7c0d591445d0a3933f3b15136b2a87fb46
common/xfs: compress online repair rebuild output by default

Force-repairing the filesystem after a test can fill up /tmp with quite
a lot of logging message.  We don't have a better place to stash that
output in case the scrub fails and we need to analyze it later, so
compress it with gzip and only decompress it later.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/xfs