rajujith commented on issue #12077: URL: https://github.com/apache/cloudstack/issues/12077#issuecomment-3531359491
More information on the environment, there is an empty hyperV cluster: ``` select id,hypervisor_type from cluster where removed is null; +----+-----------------+ | id | hypervisor_type | +----+-----------------+ | 1 | VMware | | 2 | XenServer | | 3 | KVM | | 4 | KVM | | 5 | KVM | | 6 | KVM | | 7 | KVM | | 8 | Hyperv | +----+-----------------+ select distinct(hypervisor_type) from host where removed is null and type='routing'; +-----------------+ | hypervisor_type | +-----------------+ | VMware | | XenServer | | KVM | +-----------------+ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
