hale177 opened a new issue, #11051: URL: https://github.com/apache/cloudstack/issues/11051
### problem Recently, I've been doing in-depth testing using CloudStack (CS). Previously, everything in the entire #11022 environment was working fine, including the NFS-secondary storage, creating, starting/shutting down hosts, and even destroying the environment—all were okay. But I deleted the entire environment and decided to start over from scratch. This time, I added an additional cloudbr2 for the storage traffic network (defining a new subnet: 192.168.128.0/24), while keeping everything else the same as before (#11022 ). At first, everything worked normally, but when I tried to register a template via URL, I encountered an error: "**Timeout waiting for response from storage host**." So I'm not sure if the issue is caused by adding the cloudbr2 (storage traffic network).   **mgmt-log** `2025-06-18 14:58:20,276 INFO [o.a.c.s.i.BaseImageStoreDriverImpl] (Timer-7:[ctx-1b8f9a34]) (logid:773b5580) Updating store ref entry for template Template {"format":"QCOW2","id":210,"name":"Rocky 8","uniqueName":"210-2-60d93722-faf8-3746-9c08-21569d39cc21","uuid":"423ac34b-56ec-4638-8a61-4b7a65b93cc7"} 2025-06-18 14:58:20,282 WARN [c.c.a.AlertManagerImpl] (Timer-7:[ctx-1b8f9a34]) (logid:773b5580) alertType=[28] dataCenterId=[1] podId=[null] clusterId=[null] message=[Failed to register template: 423ac34b-56ec-4638-8a61-4b7a65b93cc7 with error: Timeout waiting for response from storage host]. 2025-06-18 14:58:20,285 WARN [c.c.a.AlertManagerImpl] (Timer-7:[ctx-1b8f9a34]) (logid:773b5580) No recipients set in global setting 'alert.email.addresses', skipping sending alert with subject [Failed to register template: 423ac34b-56ec-4638-8a61-4b7a65b93cc7 with error: Timeout waiting for response from storage host] and content [Failed to register template: 423ac34b-56ec-4638-8a61-4b7a65b93cc7 with error: Timeout waiting for response from storage host]. 2025-06-18 14:58:20,285 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl] (Timer-7:[ctx-1b8f9a34]) (logid:773b5580) Failed to register template: 423ac34b-56ec-4638-8a61-4b7a65b93cc7 with error: Timeout waiting for response from storage host 2025-06-18 14:58:20,285 WARN [c.c.s.d.DownloadListener] (Timer-7:[ctx-1b8f9a34]) (logid:773b5580) Entering download error state: timeout waiting for response from storage host, TEMPLATE: 423ac34b-56ec-4638-8a61-4b7a65b93cc7(TemplateObject {"dataStore":"ImageStore {\"id\":1,\"name\":\"nfs-secondary-1\",\"uuid\":\"dcec6f09-9405-427d-a699-215a3f332840\"}","imageVO":"Template {\"format\":\"QCOW2\",\"id\":210,\"name\":\"Rocky 8\",\"uniqueName\":\"210-2-60d93722-faf8-3746-9c08-21569d39cc21\",\"uuid\":\"423ac34b-56ec-4638-8a61-4b7a65b93cc7\"}"}) at host [id: 5, uuid: 7d2a4343-2dec-4562-bdbd-1c96b19e9027] ` ### versions cs version: 4.20.1 mgmt os: rocky-9.6 kvm os: rocky-9.6 mysql version: 8.0.42 **network**: cloudbr0 // mgmt network cloudbr1 // public + guest network cloudbr2 // storage traffic network (This is a new addition, but previously, when there were just two interfaces, everything look ok. ) ### The steps to reproduce the bug 1. UI wizard zone is ok 2. login and register os template from http ### What to do about it? _No response_ -- 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-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org