hale177 opened a new issue, #11022: URL: https://github.com/apache/cloudstack/issues/11022
### problem I just installed nfs v4.20.1 these two days, two nodes and one mgmt, everything went smoothly, but when I got to the UI wizard zone, after all the settings were completed and I clicked Launch, the UI always stuck at creating zone and didn't respond. i see mgmt node logs , **apilog.log** ` 2025-06-13 08:45:59,683 INFO [a.c.c.a.ApiServlet] (qtp698741991-20:[ctx-02d9403d, ctx-aea7c77d]) (logid:0b46d27b) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:04,800 INFO [a.c.c.a.ApiServlet] (qtp698741991-350:[ctx-98353226, ctx-26482e30]) (logid:1d761027) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:09,919 INFO [a.c.c.a.ApiServlet] (qtp698741991-17:[ctx-37199ad3, ctx-91797261]) (logid:a0ca443a) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:15,031 INFO [a.c.c.a.ApiServlet] (qtp698741991-20:[ctx-c2a2e7bd, ctx-6e43246e]) (logid:02de64cc) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:20,035 INFO [a.c.c.a.ApiServlet] (qtp698741991-350:[ctx-6b1ca085, ctx-989113c6]) (logid:b50b1ee8) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:25,037 INFO [a.c.c.a.ApiServlet] (qtp698741991-20:[ctx-572b7bfb, ctx-a38c9664]) (logid:4ebc2675) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:30,037 INFO [a.c.c.a.ApiServlet] (qtp698741991-17:[ctx-2a7064a2, ctx-94a7ebe1]) (logid:e7436f40) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) 192.168.10.212 -- GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} 2025-06-13 08:46:35,038 INFO [a.c.c.a.ApiServlet] (qtp698741991-350:[ctx-d54be6c9, ctx-47eafbb1]) (logid:3e18dc52) (userId=2 accountId=2 sessionId=node0p7l169cyo1mtuo65zntpp27i0) {"readyforshutdown":true,"shutdowntriggered":false,"pendingjobscount":0}}} ` ### versions The versions of ACS, hypervisors, storage, network etc.. **os:** rocky-8.10 **cloudstack ver:** v4.20.1 **mysql:** 8.0.42 **hypervisors:** qemu-kvm-6.2.0 **network:** linux bridge ( vlan isolation ) , management label with cloudbr0 (eth0) / public + guest with cloudbr1 (eth1) ### The steps to reproduce the bug 1. install two node os and mgmt os ( vm instances) 2. two node network settings linux bridge ( vlan isolation ) , management label with cloudbr0 (eth0) / public + guest with cloudbr1 (eth1) , only two nic card , no bonding 4. all node setting yum repo and install 4.20.1 package 5. mgmt node base settings , install mysql-8.0.42 and cloudstack-setup-database , start cloudstack-management service ,UI ok 6. ... ### 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