kurushi9000 commented on issue #5876:
URL: https://github.com/apache/cloudstack/issues/5876#issuecomment-1015639767
In
plugins/network-elements/netscaler/src/main/java/com/cloud/network/resource/NetscalerResource.java
`if (_deviceName.equalsIgnoreCase("NetscalerMPXLoadBalancer") &&
nsHw.get_hwdescription().contains("MPX") ||
_deviceName.equalsIgnoreCase("NetscalerVPXLoadBalancer") &&
nsHw.get_hwdescription().contains("NetScaler Virtual Appliance")) {
return;
}
throw new ExecutionException("Netscalar device type
specified does not match with the actuall device type.");
}
Netscaler 13 per example shows : "Netscaler Remote Licensed Virtual
Appliance 450000"
This could explain why adding VPX is
bugged.
Perhaps are there other lines causing a problem
--
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]