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

[Juniper][QFX5210] Fixing a few platform issues #4857

Merged
merged 1 commit into from
Jun 28, 2020
Merged

[Juniper][QFX5210] Fixing a few platform issues #4857

merged 1 commit into from
Jun 28, 2020

Conversation

ciju-juniper
Copy link
Contributor

- Description

This patch addresses the following issues:

  1. Platform drivers were not loading in the latest images. Fixed
    the intialization script to make sure that all the drivers are
    loaded.

  2. Getting rid of "pstore: crypto_comp_decompress failed, ret = -22!"
    messages during the kernel boot, after moving to 4.19 kernel. The
    solution is to remove the files under '/sys/fs/pstore' directory.

Signed-off-by: Ciju Rajan K crajank@juniper.net

- How to verify it

  1. No kernel boot messages regarding pstore decompression failures
  2. Make sure that drivers are loaded
admin@sonic:~$ sudo lsmod | grep juniper
x86_64_juniper_qfx5210_64x_psu    16384  0
x86_64_juniper_qfx5210_64x_leds    16384  0
x86_64_juniper_qfx5210_64x_fan    16384  0
juniper_i2c_cpld       16384  2 x86_64_juniper_qfx5210_64x_leds,x86_64_juniper_qfx5210_64x_psu

This patch addresses the following issues:
 1) Platform drivers were not loading in the latest images. Fixed
    the intialization script to make sure that all the drivers are
    loaded.
 2) Getting rid of "pstore: crypto_comp_decompress failed, ret = -22!"
    messages during the kernel boot, after moving to 4.19 kernel. The
    solution is to remove the files under '/sys/fs/pstore' directory.

Signed-off-by: Ciju Rajan K <crajank@juniper.net>
@ciju-juniper
Copy link
Contributor Author

retest vsimage please

@jleveque
Copy link
Contributor

Retest vsimage please

@ciju-juniper
Copy link
Contributor Author

retest vsimage please

@ciju-juniper
Copy link
Contributor Author

@jleveque Now that all checks are passed, could you merge this pull request?

@jleveque jleveque merged commit dd4cf91 into sonic-net:master Jun 28, 2020
pjaipakdee19 pushed a commit to pjaipakdee19/sonic-buildimage that referenced this pull request Jul 7, 2020
This patch addresses the following issues:
 1) Platform drivers were not loading in the latest images. Fixed
    the intialization script to make sure that all the drivers are
    loaded.
 2) Getting rid of "pstore: crypto_comp_decompress failed, ret = -22!"
    messages during the kernel boot, after moving to 4.19 kernel. The
    solution is to remove the files under '/sys/fs/pstore' directory.

Signed-off-by: Ciju Rajan K <crajank@juniper.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants