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

Improving resilience of some VirtualBox commands. #8464

Closed

Commits on Apr 10, 2017

  1. Improved resilience of the VirtualBox driver read_used_ports function by

    ignoring VMs that may have been deleted between the calls to
    'vboxmanage list vms' and 'vboxmanage showvminfo'
    nicolasvan authored and chrisroberts committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    d7c030c View commit details
    Browse the repository at this point in the history
  2. Improved resilience of the VirtualBox driver delete_unused_host_only_…

    …networks function by
    
    ignoring VMs that may have been deleted between the calls to
    'vboxmanage list vms' and 'vboxmanage showvminfo'
    nicolasvan authored and chrisroberts committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    e412e2b View commit details
    Browse the repository at this point in the history