Displaying 1 result from an estimated 1 matches for "hyperyverifyresponse".
2015 Apr 02
3
[Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
...o 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(priv->client, response, "enumeration") < 0) {
goto cleanup;
}
I have correctly done the settings...