Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Colima VM SSH hang issue by pinning QEMU to 9.0.2 #40

Merged
merged 32 commits into from
Sep 19, 2024
Merged

Commits on Sep 14, 2024

  1. Add ssh debug session

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bc322cf View commit details
    Browse the repository at this point in the history
  2. Move to tmate ssh action for debug

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    feac64d View commit details
    Browse the repository at this point in the history
  3. Delete spaces

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    73fddd2 View commit details
    Browse the repository at this point in the history
  4. Detach tmate debug session

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    979aecd View commit details
    Browse the repository at this point in the history
  5. Start colima with network address

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8cd261a View commit details
    Browse the repository at this point in the history
  6. Install colima from head

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fb7bf9c View commit details
    Browse the repository at this point in the history
  7. Remove colima network address

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1e6dfee View commit details
    Browse the repository at this point in the history
  8. Attempt vz vm type

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2031ae3 View commit details
    Browse the repository at this point in the history
  9. Fix colima version selection

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    df09fd0 View commit details
    Browse the repository at this point in the history
  10. fix syntax

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9044a2f View commit details
    Browse the repository at this point in the history
  11. Fix colima and lima version with network address too

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    dec6957 View commit details
    Browse the repository at this point in the history
  12. Rollback vz vm type

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    46b39e4 View commit details
    Browse the repository at this point in the history
  13. specify vm arch to clima start and make it very verbose

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    967b7f6 View commit details
    Browse the repository at this point in the history
  14. use timeout and readd ssh session

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4c4415f View commit details
    Browse the repository at this point in the history
  15. timeout with kill signal

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7ea17ef View commit details
    Browse the repository at this point in the history
  16. timeout colima start on 1 minute

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    78d8c8e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bcdaff8 View commit details
    Browse the repository at this point in the history
  18. Retry tail for a while

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f3d6498 View commit details
    Browse the repository at this point in the history
  19. fallback to qemu 9.0.2

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    34ab111 View commit details
    Browse the repository at this point in the history
  20. remove tail from colima start

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a9466bc View commit details
    Browse the repository at this point in the history
  21. Remove colima network address

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    99aff1f View commit details
    Browse the repository at this point in the history
  22. add back tail to colima start logs

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a8e3db8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Try another set of Lima and Colima versions

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d83ba6e View commit details
    Browse the repository at this point in the history
  2. Add note about QEMU version

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cf00dae View commit details
    Browse the repository at this point in the history
  3. Put macos-12 back in the test matrix

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d19f86e View commit details
    Browse the repository at this point in the history
  4. Remove old qemu version check

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    800fec1 View commit details
    Browse the repository at this point in the history
  5. Do not start Colima in the background

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a6ebe55 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    df10a2a View commit details
    Browse the repository at this point in the history
  7. Remove verbosity from Colima start

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    508071c View commit details
    Browse the repository at this point in the history
  8. Remove macos-12 support

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9189255 View commit details
    Browse the repository at this point in the history
  9. Remove macos-12 from supported runner images

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fb6e87f View commit details
    Browse the repository at this point in the history
  10. Update changelog

    Signed-off-by: Douglas Camata <[email protected]>
    douglascamata committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    532435f View commit details
    Browse the repository at this point in the history