Skip to content

Unix sockets from virtio-vsock devices not cleaned up #101

@unsuman

Description

@unsuman

Thanks for working on #79

When a krunkit VM is started with virtio-vsock devices configured, the Unix socket files created by krunkit on the host are not cleaned up when the VM is stopped. This causes subsequent stop/start cycles to fail because the socket files still exist.

  1. Krunkit creates Unix socket files for each virtio-vsock device
  2. On VM stop, krunkit does not remove these socket files
  3. On the next VM start, krunkit attempts to create the same socket files again, but they still exist from the previous run
  4. This causes the VM to fail to start or hang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions