btrfs-progs/tests/mkfs-tests
David Sterba f2c844f65f btrfs-progs: mkfs: do not truncate the image when --rootdir is set
With the rootdir option we try to guess the final size of the image and
fill it with zeros, preceded by truncation. After patch

"Btrfs-progs: Do not force mixed block group creation unless '-M' option
 is specified"

the misc test 002 will fail, because of the non-mixed mode. I think we
should not touch the image size (no change for block devices) and try to
fit into whatever is provided by user.

Signed-off-by: David Sterba <dsterba@suse.com>
2015-11-05 14:49:02 +01:00
..
001-basic-profiles btrfs-progs: tests: add 001-basic-profiles mkfs tests 2015-11-02 09:35:05 +01:00
002-no-force-mixed-on-small-volume btrfs-progs: tests: add 002-no-force-mixed-on-small-volume 2015-11-02 09:35:05 +01:00
003-mixed-with-wrong-nodesize btrfs-progs: tests: add 003-mixed-with-wrong-nodesize 2015-11-02 09:35:08 +01:00
004-rootdir-keeps-size btrfs-progs: mkfs: do not truncate the image when --rootdir is set 2015-11-05 14:49:02 +01:00