-
Notifications
You must be signed in to change notification settings - Fork 62
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
Switch ID and Lan ID constantly changing for ExternalDistributedVirtualSwitch #664
Comments
@agrare can you check it? |
Hey @ahrechushkin no this is not expected you should be able to refresh the provider multiple times and not have existing inventory be deleted and new items created. Typically this is an issue with the query scope during a targeted refresh not finding the existing records thus creating new ones. I'll see if I can reproduce locally first otherwise I'll ask you to provide some logs so we can see when these are being deleted&created. |
Hello! @agrare |
Probably we need to create model ManageIQ::Providers::InfraManager::ExternalDistributedVirtualSwitch (the same as ManageIQ::Providers::InfraManager::DistributedVirtualSwitch and inherit ManageIQ::Providers::Ovirt::InfraManager::ExternalDistributedVirtualSwitch from a newly create model instead of ManageIQ::Providers::InfraManager::DistributedVirtualSwitch to fully implement STI) I hope it should work pretty Im going to try on my own dev stand |
I tried on local stand and it works |
@agrare hi! do you have any news related to the issue? |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Switch ID and Lan ID constantly changing for ExternalDistributedVirtualSwitch
The logs here from latest image petrosian-1, also i tested in on jansa
Is it normal behaviour ? If yes - why?
The text was updated successfully, but these errors were encountered: