-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[202012] [Dell S5248F] Platform modules missing for DellEMC-S5248f #10887
Comments
Please assign to @aravindmani-1 for initial triage |
Thanks for tracking the issue - #10887
May I know who will be working on this? |
sonic_dump_sonic_20220522_234126.tar.gz |
@jeff-yin is the installation of new image done via sonic installer or onie ? |
@madhupalu @KrupakarAnnam can you respond? I'm assuming it's via ONIE. |
cc @anamehra |
HI Jeff, The issue is happening on the 202012 branch with ONIE installation only.
Reverting the PR solved the issue
|
Thanks @KrupakarAnnam . We observed the same issue in DellEMC S5232f also. i believe that we will be hitting this issue in most of the platforms. @abdosi , @xumia Could you please share your insights on this issue?. |
@xumia can we revert https://github.com/Azure/sonic-buildimage/pull/10775/files until you have complete tested fix ? |
Why I did it The image size is too large, when there are multiple lazy packages and multiple platforms. It is not necessary to keep the lazy installation packages in multiple copies. For cisco image, the image size will reduce from 3.5G to 1.7G. How I did it Use symbol links to only keep one package for each of the lazy package. Make a new folder fsroot/platform/common Copy the lazy packages into the folder. When using a package in each of the platform, such as x86_64-grub, x86_64-8800_rp-r0, x86_64-8201_on-r0, etc, only make a symbol link to the package in the common folder.
@KrupakarAnnam Please confirm whether this issue can be closed. |
Opening this based on query from mailing list:
https://groups.google.com/g/sonicproject/c/Yv6R-_ubBzg/m/GOf6gfgODAAJ?utm_medium=email&utm_source=footer&pli=1
Description
pmon
fails to start due traceback thrown indecode-syseeprom
, which leads to platform module not loading correctly.Steps to reproduce the issue:
Install the
202012
sonic-broadcom image to the Dell S5248F-ON.Describe the results you received:
PMON docker details:
Describe the results you expected:
pmon
should start successfully and there should not be any traceback errors inshow platform syseeprom
Output of
show version
:SONiC Version:
Output of
show techsupport
:Not provided, but if the repro is otherwise not straightforward, let's reach out to Madhu Paluru @ Aviz.
Additional information you deem important (e.g. issue happens only occasionally):
More logs provided by Madhu:
The text was updated successfully, but these errors were encountered: