Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[UI] Timeout listing Vmware Datacenter VMs for migration to KVM #9782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nvazquez opened this issue Oct 9, 2024 · 3 comments · Fixed by #9925 · May be fixed by #10770
Open

[UI] Timeout listing Vmware Datacenter VMs for migration to KVM #9782

nvazquez opened this issue Oct 9, 2024 · 3 comments · Fixed by #9925 · May be fixed by #10770

Comments

@nvazquez
Copy link
Contributor

nvazquez commented Oct 9, 2024

ISSUE TYPE
  • Bug Report
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.19 and onwards
CONFIGURATION

Vmware datacenter, KVM cluster on CloudStack

OS / ENVIRONMENT

N/A

SUMMARY

On VMware vCenter datacenters with a big number of VMs the API listVmwareDcVms takes a while to complete. It was tested on VMware datacenters containing 500-600 VMs taking ~13 minutes to complete. When invoked from the UI, the Vmware VMs listing displays a 'Request failed' error at around 10 minutes even though the API continues running in the background:

image

STEPS TO REPRODUCE
- Go to Import-Export Instances
- Select Vmware as the source hypervisor and action: Migrate instances to KVM
- Choose KVM destination cluster
- Provide vCenter information
- List VMware Instances
EXPECTED RESULTS
The VMware vCenter VMs list
ACTUAL RESULTS
Request failed (API doesn't fail but the results are not displayed on the UI)
@DaanHoogland
Copy link
Contributor

fixed in #9925

@weizhouapache
Copy link
Member

reopen this issue as #10647 reverts #9925

@DaanHoogland DaanHoogland moved this from Done to Dev In Progress in Apache CloudStack BugFest - Issues Apr 24, 2025
@nvazquez nvazquez modified the milestones: 4.19.2, 4.19.3 Apr 24, 2025
@nvazquez
Copy link
Contributor Author

@weizhouapache @DaanHoogland I have created a fix for it after the revert PR was merged: #10770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment