]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/populate: always metadump full metadata blocks
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Feb 2024 02:18:51 +0000 (18:18 -0800)
committerZorro Lang <zlang@kernel.org>
Fri, 9 Feb 2024 05:27:17 +0000 (13:27 +0800)
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" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/populate

index cfbfd88a7f98cffb9cec8d1571db0584ee22ab3f..33f2db8d4ad8500f80871cddba670c41de9457d4 100644 (file)
@@ -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 $@