• M
    xenapi: Improve error message on session failure · 006be75e
    Matthew Booth 提交于
    XenAPI session login can fail for a number of reasons, but currently no
    specific
    reason is displayed to the user, e.g.:
    
    virsh -c XenAPI://citrix-xen.example.com/
    Enter username for citrix-xen.example.com: root
    Enter root's password for citrix-xen.example.com:
    error: authentication failed: (null)
    error: failed to connect to the hypervisor
    
    This patch displays the session error description on failure.
    006be75e
xenapi_driver.c 60.4 KB