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

Graceful reboot in S6000 #6835

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Graceful reboot in S6000 #6835

merged 1 commit into from
Feb 24, 2021

Conversation

rkdevi27
Copy link
Contributor

@rkdevi27 rkdevi27 commented Feb 21, 2021

Why I did it

The S6000 devices, the cold reboot is abrupt and it is likely to cause issues which will cause the device to land into EFI shell. Hence the platform reboot will happen after graceful unmount of all the filesystems as in S6100.

How I did it

Moved the platform_reboot to platform_reboot_override and hooked it to the systemd shutdown services as in S6100

How to verify it

Issue "reboot" command to verify if the reboot is happening gracefully.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

Description for the changelog

Dell S6000 graceful reboot
UT_logs.txt

A picture of a cute animal (not mandatory but encouraged)

@lguohan
Copy link
Collaborator

lguohan commented Feb 23, 2021

how is this tested in other branches? for example 201811,i see it is using python3, but it is available in 201811?

@lguohan lguohan merged commit a37824f into sonic-net:master Feb 24, 2021
yxieca pushed a commit that referenced this pull request Mar 4, 2021
The S6000 devices, the cold reboot is abrupt and it is likely to cause issues which will cause the device to land into EFI shell. Hence the platform reboot will happen after graceful unmount of all the filesystems as in S6100.

Moved the platform_reboot to platform_reboot_override and hooked it to the systemd shutdown services as in S6100
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
The S6000 devices, the cold reboot is abrupt and it is likely to cause issues which will cause the device to land into EFI shell. Hence the platform reboot will happen after graceful unmount of all the filesystems as in S6100.

Moved the platform_reboot to platform_reboot_override and hooked it to the systemd shutdown services as in S6100
lolyu pushed a commit to lolyu/sonic-buildimage that referenced this pull request Sep 13, 2021
The S6000 devices, the cold reboot is abrupt and it is likely to cause issues which will cause the device to land into EFI shell. Hence the platform reboot will happen after graceful unmount of all the filesystems as in S6100.

Moved the platform_reboot to platform_reboot_override and hooked it to the systemd shutdown services as in S6100
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.

4 participants