Displaying 1 result from an estimated 1 matches for "hypervenumandpull".
2015 Apr 02
3
[Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
...sername for 11.16.67.92 [administrator]: administrator
Enter administrator's password for 11.16.67.92:
error: failed to connect to the hypervisor
error: internal error: Transport error during enumeration: Transport initialization failed (2)
using gdb I came to know that from the function "hypervEnumAndPull()" it is calling "wsmc_action_enumerate()"
and we are verifying the response using "hyperyVerifyResponse" and from there it fails and cleanup is being called.
Code :
response = wsmc_action_enumerate(priv->client, root, options, filter);
if (hyperyVerifyResponse(pr...