-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
PCIed try to get the PCIed config files from {platform}/plugin/ folder instead of {platform}/ folder #6437
Closed
keboliu opened this issue
Jan 13, 2021
· 0 comments
· Fixed by sonic-net/sonic-utilities#1362 or sonic-net/sonic-platform-daemons#144
Closed
PCIed try to get the PCIed config files from {platform}/plugin/ folder instead of {platform}/ folder #6437
keboliu opened this issue
Jan 13, 2021
· 0 comments
· Fixed by sonic-net/sonic-utilities#1362 or sonic-net/sonic-platform-daemons#144
Comments
This was referenced Jan 17, 2021
sujinmkang
added a commit
to sonic-net/sonic-platform-daemons
that referenced
this issue
Feb 9, 2021
) [pcied] Remove unnecessary message and move the configuration path from plugin directory to platform directory This PR fixes sonic-net/sonic-buildimage#5819 and fixes sonic-net/sonic-buildimage#6437. Remove unnecessary repeated message Move the configuration path from plugin directory to platform directory
sujinmkang
added a commit
to sonic-net/sonic-utilities
that referenced
this issue
Feb 9, 2021
…tion (#1362) - What I did Fixes sonic-net/sonic-buildimage#6437 - How I did it Changed the configuration file path from plugin to platform directory - How to verify it Verify on the device
daall
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Feb 16, 2021
…tion (#1362) - What I did Fixes sonic-net/sonic-buildimage#6437 - How I did it Changed the configuration file path from plugin to platform directory - How to verify it Verify on the device
sujinmkang
added a commit
that referenced
this issue
Feb 21, 2021
…6475) - Why I did it The pcie configuration file location is under plugin directory not under platform directory. #6437 - How I did it Move all pcie.yaml configuration file from plugin to platform directory. Remove unnecessary timer to start pcie-check.service Move pcie-check.service to sonic-host-services - How to verify it Verify on the device
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this issue
Mar 2, 2021
…tion (sonic-net#1362) - What I did Fixes sonic-net/sonic-buildimage#6437 - How I did it Changed the configuration file path from plugin to platform directory - How to verify it Verify on the device
yxieca
pushed a commit
that referenced
this issue
Mar 4, 2021
…6475) - Why I did it The pcie configuration file location is under plugin directory not under platform directory. #6437 - How I did it Move all pcie.yaml configuration file from plugin to platform directory. Remove unnecessary timer to start pcie-check.service Move pcie-check.service to sonic-host-services - How to verify it Verify on the device
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this issue
Aug 7, 2021
…onic-net#6475) - Why I did it The pcie configuration file location is under plugin directory not under platform directory. sonic-net#6437 - How I did it Move all pcie.yaml configuration file from plugin to platform directory. Remove unnecessary timer to start pcie-check.service Move pcie-check.service to sonic-host-services - How to verify it Verify on the device
lolyu
pushed a commit
to lolyu/sonic-buildimage
that referenced
this issue
Sep 13, 2021
…onic-net#6475) - Why I did it The pcie configuration file location is under plugin directory not under platform directory. sonic-net#6437 - How I did it Move all pcie.yaml configuration file from plugin to platform directory. Remove unnecessary timer to start pcie-check.service Move pcie-check.service to sonic-host-services - How to verify it Verify on the device
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…tion (#1362) - What I did Fixes sonic-net/sonic-buildimage#6437 - How I did it Changed the configuration file path from plugin to platform directory - How to verify it Verify on the device
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
PCIed is trying to read the pcie.yml file from {platform}/plugin/ folder instead of {platform}/ folder. the plugin folder should be only for the plugins, all the platform related configuration files including pcie.yml should go to {platform}/ folder.
Steps to reproduce the issue:
run the current master image and read the PCIed code will understand that PCIed is expecting the file be placed under plugin folder.
Describe the results you received:
if you put the file under {platform}/ folder which will result in PCIed failed to start.
Describe the results you expected:
PCIed should change the expecting folder and it should be started successfully with pcie.yml under {platform}/ folder.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: