Actions
Bug #6405
openFailure to reconnect on libvirtd restart
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - libvirt
Target version:
-
Description
In Compute Resources with a valid, working libvirtd resource; if the libvirtd daemon on the remote host is restarted, all foreman operations with the resource fail:
There was an error listing VMs: Call to virConnectNumOfDefinedDomains failed: internal error client socket is closed
This remains until the foreman rails app is restarted.
Here is an equivalent bug in the OpenStack Compute (Nova) project for reference purposes:
https://bugs.launchpad.net/nova/+bug/1154473
Updated by Zordrak over 10 years ago
All machines in use for testing: CentOS 6.5 x86_64
Updated by Ohad Levy over 10 years ago
we currently rescue ::Libvirt::RetrieveError upon connection failures and try to reconnect, maybe libvirt changed their exception code.
Updated by Dominic Cleal over 10 years ago
- Category changed from Compute resources to Compute resources - libvirt
Updated by Andy Taylor about 10 years ago
This might not be the same issue but we are experiencing this on Foreman 1.6.1, but not after a libvirt restart, it just seems to occasionally fail. Only a full restart of Foreman gets it working again.
Updated by Lukas Zapletal about 6 years ago
- Related to Bug #14854: Libvirt connection leaks added
Actions