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

Redfish and vCenter modules fighting over descriptions #331

Closed
pv2b opened this issue Jul 19, 2023 · 4 comments
Closed

Redfish and vCenter modules fighting over descriptions #331

pv2b opened this issue Jul 19, 2023 · 4 comments
Labels
awaiting reply Awaiting reply from issue owner bug Something isn't working
Milestone

Comments

@pv2b
Copy link

pv2b commented Jul 19, 2023

So I have the same server being discovered both through redfish and through vCenter, and they end up fighting over the descriptions, leading to logs like this every time I run the program:

2023-07-19 17:41:36,834 - INFO: Interface 'vmnic0 (x.x.x.x)' attribute 'description' changed from '' to '1Gb/s  pNIC'

But nothing changed because later down (not logged), redfish source seems to change the description back to ''. Not sure how to get this to stop happening, I've not been able to find anywhere to prioritize the source of "description"?

@pv2b
Copy link
Author

pv2b commented Jul 19, 2023

P.S. Setting overwrite_interface_attributes = False in the redfish source doesn't seem to fix this.

@bb-Ricardo
Copy link
Owner

Will have a look

@bb-Ricardo bb-Ricardo added this to the 1.6.0 milestone Feb 13, 2024
@bb-Ricardo
Copy link
Owner

Hi @pv2b,

Sorry it took me so long to have a look into it.

I fixed this in the latest development branch. Can you try to check it out and see if it is working now?

Thank you

@bb-Ricardo bb-Ricardo added bug Something isn't working awaiting reply Awaiting reply from issue owner labels Feb 13, 2024
@bb-Ricardo
Copy link
Owner

will close this as resolved. Please open a new issue if a similar issue occurs again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reply Awaiting reply from issue owner bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants