sureshanaparti commented on code in PR #11254:
URL: https://github.com/apache/cloudstack/pull/11254#discussion_r2232765382
##########
plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/linux/KVMHostInfo.java:
##########
@@ -248,6 +248,6 @@ private void getHostInfoFromLibvirt() {
private String getCPUArchFromCommand() {
LOGGER.info("Fetching host CPU arch");
- return Script.runSimpleBashScript(cpuArchCommand);
+ return
Script.runSimpleBashScript(Script.getExecutableAbsolutePath(cpuArchRetrieveExecutable));
Review Comment:
```suggestion
return
Script.runSimpleBashScript(Script.getExecutableAbsolutePath(cpuArchRetrieveExecutable),
1000);
```
increase timeout required here as well?
--
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]