On Fri, 25 Oct 2024 11:21:59 +1100 David Gibson <david(a)gibson.dropbear.id.au> wrote:On Fri, Oct 25, 2024 at 01:04:18AM +0200, Stefano Brivio wrote: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. -- StefanoDon'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 <sbrivio(a)redhat.com>I think this is technicall still not quite right, because F_SETPIPE_SZ can return a value larger than the one requested.