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

Problem: Vm execution failed due to network interface #596

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Apr 15, 2024

  1. Problem: Vm execution failed due to network interface

    occasionaly vm creation vm because the assigned tap network inteface was already existing. Probably not properly teared down from a previous execution or from a concurrency issue
    
    Displayed Error was :
     OSError: [Errno 16] Device or resource busy
    
    it was then looped as a retry and blocked the whole thing
    
    Solution:
    When assigning a vm_id, check that the network interface for that vm doesn't already exists
    This act as a double check for a variety of issue
    olethanh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6b454b8 View commit details
    Browse the repository at this point in the history
  2. lint

    olethanh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4b173d6 View commit details
    Browse the repository at this point in the history