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

adding handler for sai_shell_enable #1454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

banagiri
Copy link
Contributor

@banagiri banagiri commented Oct 1, 2020

What I did

Why I did it

How I verified it

Details if related

@@ -107,6 +108,10 @@ void SwitchOrch::doTask(Consumer &consumer)
memcpy(attr.value.mac, mac_addr.getMac(), sizeof(sai_mac_t));
break;

case SAI_SWITCH_ATTR_SWITCH_SHELL_ENABLE:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in sonic-sairedis, we have startDiagShell function to enable debug shell, have you checked that?

EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
#### What I did
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
In reboot script, if platform-specific reboot cause update script exists, run it
@prsunny prsunny self-requested a review as a code owner September 2, 2022 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants