From: Darrick J. Wong Date: Wed, 5 Oct 2022 22:31:01 +0000 (-0700) Subject: common/populate: don't metadump xfs filesystems twice X-Git-Tag: v2022.10.09~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=796546224dee718d76d08db91f079e7f551dd8f8;p=xfstests-dev.git common/populate: don't metadump xfs filesystems twice Due to some braino on my part, _scratch_populate_cached will metadump the filesystem twice -- once with compression disabled, and again with it enabled, maybe. Get rid of the first metadump. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/common/populate b/common/populate index 9739ac99..4eee7e8c 100644 --- a/common/populate +++ b/common/populate @@ -890,7 +890,6 @@ _scratch_populate_cached() { "xfs") _scratch_xfs_populate $@ _scratch_xfs_populate_check - _scratch_xfs_metadump "${POPULATE_METADUMP}" local logdev= [ "$USE_EXTERNAL" = yes -a ! -z "$SCRATCH_LOGDEV" ] && \