podman icon indicating copy to clipboard operation
podman copied to clipboard

Handle default system connection transfer properly on machine removal

Open jakecorrenti opened this issue 5 months ago • 3 comments

Changes system connection removal so the following case now works as expected:

  • Rootless podman machine 1 is initialized and running.
  • Rootful podman machine 2 is initialized.
  • Delete podman machine 1.
  • The rootful system connection associated with podman machine 2 now becomes the default, not the rootless.

Fixes: #22577

Does this PR introduce a user-facing change?

When a user has a rootless machine running and another rootful podman machine initialized, and the rootless machine is removed, the rootful system connection associated with the podman machine now becomes the default as expected.

jakecorrenti avatar Sep 12 '24 19:09 jakecorrenti