Displaying 2 results from an estimated 2 matches for "8191999".
Did you mean:
819199
2016 Feb 08
1
[PATCH] tests: reduce sizes of scratch disks to 2 GB
...y, Always, TestRun (
[["part_init"; "/dev/sda"; "mbr"];
- ["part_add"; "/dev/sda"; "p"; "64"; "4095999"];
- ["part_add"; "/dev/sda"; "p"; "4096000"; "8191999"];
+ ["part_add"; "/dev/sda"; "p"; "64"; "2047999"];
+ ["part_add"; "/dev/sda"; "p"; "2048000"; "4095999"];
["mkfs_btrfs"; "/dev/sda1"; ""...
2016 Feb 03
5
[PATCH 0/3] tests: Various fixes for btrfs and aarch64.
These patches fix btrfs on aarch64. You still need btrfs-progs 4.4
which was only released a few days ago.
Rich.