[submodule update] Add SSD Health tools#3218
Merged
jleveque merged 2 commits intosonic-net:masterfrom Oct 4, 2019
Merged
Conversation
Signed-off-by: Andriy Moroz <[email protected]>
a2c884b to
a393afc
Compare
jleveque
reviewed
Sep 20, 2019
Signed-off-by: Andriy Moroz <[email protected]>
jleveque
approved these changes
Sep 26, 2019
jleveque
reviewed
Oct 4, 2019
| fi | ||
|
|
||
| docker exec -$DOCKER_EXEC_FLAGS pmon sensors "$@" | ||
| docker exec -$DOCKER_EXEC_FLAGS pmon $(basename $0) "$@" |
Contributor
There was a problem hiding this comment.
@andriymoroz-mlnx: Just wondering if we need this script at all anymore, especially because now you need to pass the binary name to the file. The point of these wrapper scripts is to allow users to run executables which reside inside Docker containers as if they are in the base image. If you think there will still be a need for this, then we can leave it, but I think you might want to consider renaming it pmon_cmd_wrapper.
mssonicbld
added a commit
that referenced
this pull request
Nov 1, 2024
…lly (#20610) #### Why I did it src/sonic-swss ``` * 93f7c15 - (HEAD -> master, origin/master, origin/HEAD) Fix State Db LAG_MEMBER_TABLE removal not happening. (#3347) (10 hours ago) [abdosi] * d76c34e - fix error in rif_rates.lua (#3218) (31 hours ago) [InspurSDN] * a3aaa39 - Add suppport for SAI DASH appliance object (#3284) (32 hours ago) [Mukesh Moopath Velayudhan] * 064f2e3 - Fix the tlm_teamd deleting STATE_DB LAG_TABLE entry. (6 days ago) [abdosi] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Andriy Moroz [email protected]
- What I did
Added SSD utilities to the pmon docker to support different SSD vendors
- How I did it
Added/updated necessary files in dockers/docker-platform-monitor
Also updates src/sonic-platform-common submodule
[cc2dac5] Add SSD Health API and generic implementation (#47)
- How to verify it
- Description for the changelog
[+] SSD Health CLI available via "show platform ssdhealth"
- A picture of a cute animal (not mandatory but encouraged)
Draft because needs to be updated with the sub-module pointers update after merging
sonic-net/sonic-utilities#587 and sonic-net/sonic-platform-common#47