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

[platform] Fix the reboot SONiC stuck issue #1130

Merged
merged 3 commits into from
Sep 27, 2019
Merged

[platform] Fix the reboot SONiC stuck issue #1130

merged 3 commits into from
Sep 27, 2019

Commits on Sep 24, 2019

  1. [platform] Fix the reboot SONiC stuck issue

    * Fix the reboot stucking issue by replacing multiprocessing.pool
      with multiprocessing.ThreadPool
    * Add uptime check in rebooting
    * Fix the issue of checking dameon status in pmon
    * Improve the logging while checking interface status
    * Fix some code style issues to comply with PEP8
    
    Signed-off-by: Xin Wang <xinw@mellanox.com>
    Xin Wang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7313100 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add comments explaining the power_on_seq_list

    Xin Wang committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ddc522b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Fix grammer error

    wangxin authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    598373a View commit details
    Browse the repository at this point in the history