btrfs-progs: tests: add image with no extent with normal device size
commitbd52df0502f1cd48a9469692684f396bc782d4e1
authorSu Yue <suy.fnst@cn.fujitsu.com>
Tue, 8 May 2018 08:30:12 +0000 (8 16:30 +0800)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jun 2018 14:37:32 +0000 (7 16:37 +0200)
tree283a5b41a440b66eb711ae9a92efe403101ec717
parent04855a16d2cd6dbf01bab5a14efe085827478f13
btrfs-progs: tests: add image with no extent with normal device size

This new image misses one extent which leads lowmem mode to allocate new
chunks in repair.

Rename original image to no_extent_bad_dev.img.
Because of its bad used bytes, it should let lowmem mode
exclude blocks in repair.

Due to problems of btrfs-image, choose xz as compression tool.

Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
tests/fsck-tests/014-no-extent-info/.lowmem_repairable [new file with mode: 0644]
tests/fsck-tests/014-no-extent-info/no_extent.raw.xz [new file with mode: 0644]
tests/fsck-tests/014-no-extent-info/no_extent_bad_dev.img [moved from tests/fsck-tests/014-no-extent-info/default_case.img with 100% similarity]