diff --git a/gns3server/controller/__init__.py b/gns3server/controller/__init__.py index f4ed82d5..68cf6456 100644 --- a/gns3server/controller/__init__.py +++ b/gns3server/controller/__init__.py @@ -80,7 +80,7 @@ class Controller: try: yield from compute.close() # We don't care if a compute is down at this step - except (aiohttp.errors.ClientOSError, aiohttp.web_exceptions.HTTPError): + except (aiohttp.errors.ClientOSError, aiohttp.web_exceptions.HTTPError, OSError): pass yield from self.gns3vm.exit_vm() self._computes = {}