You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user has two podman machines running at the same time on WSL, one fo them rootful and the other rootless, with the rootless one being set as default, if the user deletes the rootless machine the rootful podman machine will become default, however it's rootless connection will be used, not the rootful one.
Steps to reproduce the issue
Steps to reproduce the issue
Have two podman machines running on WSL one rootful and the other rootless, rootless machine should be default.
Stop the rootless machine and then delete it.
Run command podman system connection list and notice that the rootless connection of the remaining rootful podman machine is now default.
Describe the results you received
Rootful podman machine will only using the rootless connection going forward, stopping and starting the machine does not help.
Describe the results you expected
the rootful connection of the rootful podman machine should become default.
podman info output
If you are unable to run podman info for any reason, please provide the podman version, operating system and its version and the architecture you are running.
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Issue is only reproducible on Windows operating system.
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered:
When a machine is removed, it removes the current
system connection and will select a new one from
the top of the alphabetical list. However, when
doing this there is no guarantee that, if the new
system connection is associated with a machine, the
new system connection will have the right rootfulness.
This will ensure that the new connection, if associated
with a machine, will have proper rootfulness.
Fixes: containers#22577
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
Issue Description
If the user has two podman machines running at the same time on WSL, one fo them rootful and the other rootless, with the rootless one being set as default, if the user deletes the rootless machine the rootful podman machine will become default, however it's rootless connection will be used, not the rootful one.
Steps to reproduce the issue
Steps to reproduce the issue
podman system connection list
and notice that the rootless connection of the remaining rootful podman machine is now default.Describe the results you received
Rootful podman machine will only using the rootless connection going forward, stopping and starting the machine does not help.
Describe the results you expected
the rootful connection of the rootful podman machine should become default.
podman info output
If you are unable to run podman info for any reason, please provide the podman version, operating system and its version and the architecture you are running.
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Issue is only reproducible on Windows operating system.
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: