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

[orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp #1967

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

Junchao-Mellanox
Copy link
Collaborator

What I did

Fix group name of port-buffer-drop in flexcounterorch.cpp

Why I did it

The group name of port-buffer-drop should not be the same as port counter.

How I verified it

Manual test

Details if related

@Junchao-Mellanox
Copy link
Collaborator Author

Hi @prsunny , it seems the build issue is kind of timeout, could you please help check and restart the test?

@Junchao-Mellanox
Copy link
Collaborator Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@prsunny
Copy link
Collaborator

prsunny commented Oct 21, 2021

A proposed fix plan for this test failure is in-progress

@prsunny
Copy link
Collaborator

prsunny commented Oct 21, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Junchao-Mellanox
Copy link
Collaborator Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Junchao-Mellanox
Copy link
Collaborator Author

/azpw run

@mssonicbld
Copy link
Collaborator

/AzurePipelines run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Junchao-Mellanox
Copy link
Collaborator Author

@prsunny Could you please kindly review this?

judyjoseph pushed a commit that referenced this pull request Nov 14, 2021
…#1967)

*Fix group name of port-buffer-drop in flexcounterorch.cpp
EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
…s are disabled (sonic-net#1967)

#### What I did
When timer based delayed services like mgmt-framework, telemetry and snmp are disabled and config reload is execute it fails Failed to reset failed state of unit mgmt-framework.service: Unit mgmt-framework.service not loaded.
The reason is these services don't get masked like regular services and these are derived from timers. So when reset-failed is tried on these services it leads to exception.


#### How I did it
When the feature related to these services are disabled their timers would be masked and wouldn't be "enabled". So when deriving the services from timers the services which are not enabled will be skipped.


#### How to verify it
Disable services like mgmt-framework, snmp and telemetry and execute config reload. The config reload should execute without failure
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.

7 participants