hale177 commented on issue #11051: URL: https://github.com/apache/cloudstack/issues/11051#issuecomment-2986689277
@weizhouapache I resolved this issue, and the main reasons are as follows: 1, After logging into the SSVM, I ran ssvm-check.sh and found that the network was unreachable. Upon checking the routing table, I noticed incorrect routes. 2, Then I realized that my KVM node's cloudbr2 (associated with eth2) was on an isolated storage network (VLAN 22 / 192.168.22.0/24 subnet), but I had not assigned an IP address (e.g., 192.168.22.100) to cloudbr2 on the KVM node. After configuring the IP address for cloudbr2 on the KVM node and reinitializing via the UI, the OS template registration process completed successfully. Thank you very much, CS is indeed awesome! -- 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]
