search for: litmit

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

Did you mean: limit
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
...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-convert So my question is: How to changed the default disk size, when do: make check tests Yours sincerely, Pino