We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
admin@nfc420:~$ sonic-db-cli CHASSIS_STATE_DB keys CHASSIS_MODULE_TABLE* CHASSIS_MODULE_TABLE|LINE-CARD6 CHASSIS_MODULE_TABLE|LINE-CARD8 CHASSIS_MODULE_TABLE|LINE-CARD7 admin@nfc420:~$ sonic-db-cli CHASSIS_STATE_DB hgetall "CHASSIS_MODULE_TABLE|LINE-CARD6" {'slot': '7', 'hostname': 'nfc420-7', 'num_asics': '0'} admin@nfc420:~$ sonic-db-cli CHASSIS_STATE_DB hgetall "CHASSIS_MODULE_TABLE|LINE-CARD7" {'slot': '8', 'hostname': 'nfc420-8', 'num_asics': '0'} admin@nfc420:~$ sonic-db-cli CHASSIS_STATE_DB hgetall "CHASSIS_MODULE_TABLE|LINE-CARD8" {'slot': '9', 'hostname': 'nfc420-9', 'num_asics': '0'}
Although these are linecards with one ASIC each.
There is a bug in this script where a variable defined inside a loop is being accessed outside of it. https://github.com/sonic-net/sonic-platform-daemons/blob/master/sonic-chassisd/scripts/chassisd#L361
The text was updated successfully, but these errors were encountered:
Can you also create Test gap in the sonic-mgmt to catch this issue
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Although these are linecards with one ASIC each.
There is a bug in this script where a variable defined inside a loop is being accessed outside of it. https://github.com/sonic-net/sonic-platform-daemons/blob/master/sonic-chassisd/scripts/chassisd#L361
The text was updated successfully, but these errors were encountered: