You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/25 19:44:51 UTC

[GitHub] [cloudstack] tetra12 edited a comment on issue #5370: Can't upload ISO - secondary storage not found

tetra12 edited a comment on issue #5370:
URL: https://github.com/apache/cloudstack/issues/5370#issuecomment-905810926


   UPD:
   Inside the SSVM, I found the following: 
   ```
   2021-08-25 19:20:57,397 INFO  [utils.nio.NioClient] (main:null) Connecting to 185.185.x.y:8250
   2021-08-25 19:21:00,457 ERROR [utils.nio.NioConnection] (main:null) Unable to initialize the threads.
   java.net.NoRouteToHostException: No route to host
   ```
   Here's what I have:
   ```
   root@s-8-VM:~# curl -vv telnet://185.185.x.y:8250
   *   Trying 185.185.x.y:8250...
   * connect to 185.185.x.y port 8250 failed: No route to host
   * Failed to connect to 185.185.x.y port 8250: No route to host
   * Closing connection 0
   curl: (7) Failed to connect to 185.185.x.y port 8250: No route to host
   root@s-8-VM:~# 
   root@s-8-VM:~# curl -vv telnet://192.168.100.2:8250
   *   Trying 192.168.100.2:8250...
   * Connected to 192.168.100.2 (192.168.100.2) port 8250 (#0)
   ```
   
   185.185.x.y is node addr on `cloudbr0` and `192.168.100.2` is the host addr on `cloudbr1`. How to setup correct bridges for SSVM?
   
   Here's the dump from my SQL:
   ```
   mysql> select * from physical_network_traffic_types\G
   *************************** 1. row ***************************
                        id: 4                                                            
                      uuid: 41f2dfcf-824e-4a1f-93f3-d0acb3b4269a
       physical_network_id: 201                                                          
              traffic_type: Management
   xenserver_network_label: NULL   
         kvm_network_label: cloudbr0
      vmware_network_label: NULL    
   simulator_network_label: NULL
         ovm_network_label: NULL
                      vlan: NULL
         lxc_network_label: cloudbr0
      hyperv_network_label: NULL    
   *************************** 2. row ***************************
                        id: 5
                      uuid: f3927334-3754-4eca-a325-b63b60450ec5
       physical_network_id: 201
              traffic_type: Guest
   xenserver_network_label: NULL
         kvm_network_label: cloudbr0
      vmware_network_label: NULL
   simulator_network_label: NULL
         ovm_network_label: NULL
                      vlan: NULL
         lxc_network_label: cloudbr0
      hyperv_network_label: NULL
   *************************** 3. row ***************************
   *************************** 3. row ***************************
                        id: 6
                      uuid: 61053c18-e666-427f-b8d8-e2a22acc8128
       physical_network_id: 201
              traffic_type: Public
   xenserver_network_label: NULL
         kvm_network_label: cloudbr1
      vmware_network_label: NULL
   simulator_network_label: NULL
         ovm_network_label: NULL
                      vlan: NULL
         lxc_network_label: cloudbr0
      hyperv_network_label: NULL
   *************************** 4. row ***************************
                        id: 7
                      uuid: d5826cc1-d5c1-48f9-bc4f-b7fd1057223f
       physical_network_id: 201
              traffic_type: Storage
   xenserver_network_label: NULL
         kvm_network_label: cloudbr0
      vmware_network_label: NULL
   simulator_network_label: NULL
         ovm_network_label: NULL
                      vlan: NULL
         lxc_network_label: cloudbr0
      hyperv_network_label: NULL
   4 rows in set (0,00 sec)
   ```
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org