On Fri, 25 Oct 2024 11:21:59 +1100
David Gibson
On Fri, Oct 25, 2024 at 01:04:18AM +0200, Stefano Brivio wrote:
Don't report bogus failures (with --trace) just because the return value is not zero.
Link: https://github.com/containers/podman/issues/24219 Signed-off-by: Stefano Brivio
I think this is technicall still not quite right, because F_SETPIPE_SZ can return a value larger than the one requested.
Right, that might happen, but I also thought that that would be interesting enough for us to print, especially because we first probe for a size that we can set at least for one pool of pipes. If we get a bigger size than what we wanted to set, it's somewhat more likely that we'd have issues setting the same size for other pipes. -- Stefano