Description
problem
I just new install v4.20.1 these two days, two nodes and one mgmt (vm instance), everything be ok, 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.
UI No error reported, always stuck at creating zone,Chrome F12 also shows that the same request URL is being printed all the time
mgmt 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}}}
apilog always print GET command=readyForShutdown&response=json&sessionkey=gccisL9Xme2wTs-NduYXUJRvfys 200 {"readyforshutdownresponse":{"readyforshutdown":{"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 label with cloudbr1 (eth1)
The steps to reproduce the bug
- install two node os and mgmt os ( vm instances)
- two node network settings
linux bridge ( vlan isolation ) , management label with cloudbr0 (eth0) / public + guest with cloudbr1 (eth1) , only two nic card , no bonding - all node setting yum repo and install 4.20.1 package
- mgmt node base settings , install mysql-8.0.42 and cloudstack-setup-database , start cloudstack-management service ,UI ok
- UI wizard creating zone stuck and no response , no error 。。。
What to do about it?
No response