search for: test_btrfs_convert_0

Displaying 2 results from an estimated 2 matches for "test_btrfs_convert_0".

2015 May 26
2
[PATCH] api: Don't truncate /dev/stdout or /dev/stderr when used as FileOut.
In APIs such as guestfs_download, when the FileOut parameter exactly matches "/dev/stdout" or "/dev/stderr", don't reopen the possibly redirected output file with O_TRUNC (truncate). Instead dup the file descriptor. This magic behaviour doesn't happen for /dev/fd/* (or any other output file) allowing callers the choice of using /dev/stderr or /dev/fd/2 depending on
2015 May 26
0
Help: how to change default disk size when doing test
Hi Rich, I am developing a patch for btrfs enhancement: btrfs-convert. When I do test, run: make check tests, in dir libguestfs/tests/c-api, I got these error: 0/516 test_btrfs_convert_0 libguestfs: error: btrfs_convert: /dev/sda1: block size is too small conversion aborted. FAIL: test_btrfs_convert_0 I also ran "btrfs-convert" command to deal with a 100MB img file outside the guestfish, I got the same err msg, so it is a litmitation of btrfs-conver...