From: Darrick J. Wong Date: Wed, 7 Feb 2024 02:18:51 +0000 (-0800) Subject: common/populate: always metadump full metadata blocks X-Git-Tag: v2024.02.09~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1b36ec27ecfca54f15205731c8c19531a62af9e8;p=xfstests-dev.git common/populate: always metadump full metadata blocks Commit e443cadcea pushed the -a and -o options to the _scratch_xfs_metadump callsites. Unfortunately, it missed the _xfs_metadump callsite in common/populate, so fix that now. Fixes: e443cadcea ("common/xfs: Do not append -a and -o options to metadump") Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/common/populate b/common/populate index cfbfd88a..33f2db8d 100644 --- a/common/populate +++ b/common/populate @@ -1029,7 +1029,7 @@ _scratch_populate_cached() { logdev=$SCRATCH_LOGDEV _xfs_metadump "$POPULATE_METADUMP" "$SCRATCH_DEV" "$logdev" \ - compress + compress -a -o ;; "ext2"|"ext3"|"ext4") _scratch_ext4_populate $@