search for: nbdkitj4ajqs

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

2023 Aug 31
0
[nbdkit PATCH] sh: Allow pwrite to not consume all data
...the NBD client. Actually let's test that ... $ ./nbdkit -fv -U - eval can_write="echo 0" pwrite='kill -s BUS $$' get_size="echo 1M" --run 'nbdsh -u "$uri" -c "h.pwrite(bytearray(512),0)"' [...] nbdkit: eval[1]: debug: calling: /tmp/nbdkitj4ajqs/pwrite pwrite "" 512 0 "" nbdkit: eval[1]: error: /tmp/nbdkitj4ajqs/pwrite: script terminated by signal 7 nbdkit: eval[1]: error: /tmp/nbdkitj4ajqs/pwrite: script exited with error, but did not print an error message on stderr nbdkit: eval[1]: debug: sending error reply: I...
2023 Aug 31
2
[nbdkit PATCH] sh: Allow pwrite to not consume all data
On Thu, Aug 31, 2023 at 11:12:59AM +0200, Laszlo Ersek wrote: > On 8/31/23 10:02, Richard W.M. Jones wrote: > > > > On Wed, Aug 30, 2023 at 05:21:19PM -0500, Eric Blake wrote: > >> I hit another transient failure in libnbd CI when a poorly-written > >> eval script did not consume all of stdin during .pwrite. As behaving > >> as a data sink can be a