levindecaro commented on issue #6794: URL: https://github.com/apache/cloudstack/issues/6794#issuecomment-1363147551
@DaanHoogland Just tried to build 4.17.2 with this #6797, but it still fail after agent upgrade ``` Dec 22 22:40:08 compute-20.example.com java[1991061]: com.cloud.utils.exception.CloudRuntimeException: java.lang.InstantiationException: com.cloud.hypervisor.kvm.storage.ScaleIOStorageAdaptor Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.<init>(KVMStoragePoolManager.java:116) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.configure(LibvirtComputingResource.java:1056) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.Agent.<init>(Agent.java:189) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:451) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:420) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:404) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.AgentShell.start(AgentShell.java:510) Dec 22 22:40:08 compute-20.example.com java[1991061]: at com.cloud.agent.AgentShell.main(AgentShell.java:545) Dec 22 22:40:08 compute-20.example.com java[1991061]: Unable to start agent: java.lang.InstantiationException: com.cloud.hypervisor.kvm.storage.ScaleIOStorageAdaptor Dec 22 22:40:08 compute-20.example.com libvirtd[1965359]: 2022-12-22 14:40:08.496+0000: 1965359: error : virNetSocketReadWire:1806 : End of file while reading data: Input/output error ``` -- 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]
