Skip to content
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

[API] Incorrect listing of VMs with previous NICs on networks #10188

Closed
nvazquez opened this issue Jan 14, 2025 · 1 comment · Fixed by #10204
Closed

[API] Incorrect listing of VMs with previous NICs on networks #10188

nvazquez opened this issue Jan 14, 2025 · 1 comment · Fixed by #10204

Comments

@nvazquez
Copy link
Contributor

ISSUE TYPE
  • Bug
COMPONENT NAME
API, UI
CLOUDSTACK VERSION
4.19.1.2
CONFIGURATION
OS / ENVIRONMENT
SUMMARY

CloudStack incorrectly lists VMs that previously had NICs on networks and are no longer part of the network. On database, once the NICs of the VMs are removed from the network, they appear removed and in Deallocating state, however CloudStack does not check the removed field and incorrectly lists theses VMs

STEPS TO REPRODUCE
- Create network1
- Create network2
- Deploy VM with a NIC on each network1 and network2
- Remove the non-default NIC (say network2)
- Navigate to network2 -> View instances -> The VM is still displayed
EXPECTED RESULTS
Empty results
ACTUAL RESULTS
VM with removed NIC is still displayed
@DaanHoogland
Copy link
Contributor

fixed in #10204

@github-project-automation github-project-automation bot moved this from ready for Testing to Done in Apache CloudStack BugFest - Issues Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

4 participants