Displaying 2 results from an estimated 2 matches for "3ab1981".
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.
2016 Feb 03
0
[PATCH 1/3] tests: Increase the size of the /dev/sda and /dev/sdb test devices.
...s a few tests so they continue to pass.
---
 docs/guestfs-hacking.pod |  4 ++--
 generator/actions.ml     | 17 +++++++++++------
 tests/c-api/tests-main.c |  6 +++---
 3 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod
index 32f901d..3ab1981 100644
--- a/docs/guestfs-hacking.pod
+++ b/docs/guestfs-hacking.pod
@@ -105,11 +105,11 @@ The test environment has 4 block devices:
 
 =over 4
 
-=item F</dev/sda> 500MB
+=item F</dev/sda> 1GB
 
 General block device for testing.
 
-=item F</dev/sdb> 500MB
+=item F</dev/sdb>...