
21 Apr
2016
21 Apr
'16
6:38 a.m.
On Wed, Apr 20, 2016 at 02:19:06PM -0400, Cole Robinson wrote:
virsh # list --all Id Name State ---------------------------------------------------- 1 test running
virsh # connect frob error: Failed to connect to the hypervisor error: no connection driver available for frob
virsh # list --all error: failed to connect to the hypervisor error: no valid connection error: no connection driver available for frob
Seems sensible IMO to just not clear out the old connection state until the new virConnectOpen succeeds.
Makes sense, ACK.