Paul Holzinger

Results 841 comments of Paul Holzinger

Arm support for the WSL distro was added in https://github.com/containers/podman/pull/16987 I assume compiling podman for arm on windows wouldn't be to difficult. However without access to devices to test this...

This is done now, latest release does have a windows arm64 installer attached

podman-desktop is a separate project, if they are installing the wrong arch then you should report it there I guess https://github.com/podman-desktop/podman-desktop

you don't need a gpu to test, you can copy our test config for example from test/e2e/cdi/device.json The way to specify the cdi device is just like a normal device,...

@nalind @flouthoc Did the variant handling change in the latest release?

We do not auto detect the MTU I don't think it make sense to do so, it would be hard to guess what the right MTU is. You can create...

The problem is that this has the potential of breaking existing workloads. If one interface has a lower MTU this does not mean the user wants us to us this...

Maybe we should add a `default_mtu` option to containers.conf, this mtu will then be used for all networks unless `--opt mtu=...` was explicitly set. Given we support drop in config...