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
Steps to reproduce the issue:
redis-cli -n 6 SET "PCIE_STATUS|PCIE_DEVICES" "TEST"
redis-cli -n 6 GET "PCIE_STATUS|PCIE_DEVICES
Describe the results you received:
pcied daemon must update the database every minute, but PCIE_STATUS|PCIE_DEVICES doesn`t change.
PCIE_STATUS|PCIE_DEVICES
Additional information you deem important (e.g. issue happens only occasionally):
pcie-check.service and pcied daemon set different variables in STATE_DB.
https://github.com/Azure/sonic-platform-daemons/blob/7f812c93b19fc456ac1ecd66510d403b8ff775c3/sonic-pcied/scripts/pcied#L83
https://github.com/Azure/sonic-buildimage/blob/5b3b4804adcffaa43012596acf6effe5a31f0256/files/image_config/pcie-check/pcie-check.sh#L40
The text was updated successfully, but these errors were encountered:
issue was handled and clarified as fixed
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the issue:
redis-cli -n 6 SET "PCIE_STATUS|PCIE_DEVICES" "TEST"
redis-cli -n 6 GET "PCIE_STATUS|PCIE_DEVICES
Describe the results you received:
pcied daemon must update the database every minute, but
PCIE_STATUS|PCIE_DEVICES
doesn`t change.Additional information you deem important (e.g. issue happens only occasionally):
pcie-check.service and pcied daemon set different variables in STATE_DB.
https://github.com/Azure/sonic-platform-daemons/blob/7f812c93b19fc456ac1ecd66510d403b8ff775c3/sonic-pcied/scripts/pcied#L83
https://github.com/Azure/sonic-buildimage/blob/5b3b4804adcffaa43012596acf6effe5a31f0256/files/image_config/pcie-check/pcie-check.sh#L40
The text was updated successfully, but these errors were encountered: