-
Notifications
You must be signed in to change notification settings - Fork 531
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
[Warmboot] skip teamd reconciliation logic via teamsyncd timer setting #1364
base: master
Are you sure you want to change the base?
Conversation
retest this please |
d4d44c9
to
55e0b49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the comment
teamsyncd/teamsync.cpp
Outdated
m_lagTable.create_temp_view(); | ||
m_lagMemberTable.create_temp_view(); | ||
WarmStart::setWarmStartState(TEAMSYNCD_APP_NAME, WarmStart::INITIALIZED); | ||
if (m_pending_timeout != MAXIMUM_WARMRESTART_TIMER_VALUE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest rename MAXIMUM_WARMRESTART_TIMER_VALUE to NO_WARMRESTART_TIMER_VALUE or DISABLE_WARMRESTART_TIMER_VALUE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest rename MAXIMUM_WARMRESTART_TIMER_VALUE to NO_WARMRESTART_TIMER_VALUE or DISABLE_WARMRESTART_TIMER_VALUE
UPDATED, add DISABLE_WARMRESTART_TIMER_VALUE in swss-common
sonic-net/sonic-swss-common#370 needs to be merged first since definition is there |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Please wait others to approve
retest this please |
retest this please |
sonic-net/sonic-swss-common#370 needs to be merged first . this PR depends on that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking until the swss-common PR is merged. Thanks! (this is the reason for the vs test failure and LGTM errors as Dong suggested)
Retest this please |
retest this please |
retest vs please |
retest this please |
**- What I did** Added ability to run `show platform firmware` commands without `sudo`, as described in the [design document](https://github.com/Azure/sonic-utilities/blob/master/doc/Command-Reference.md#platform-component-firmware-show-commands): **- How I did it** Made `show platform firmware` implementation run `fwutil` with `sudo` Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com>
Signed-off-by: Dong Zhang d.zhang@alibaba-inc.com