-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[submodule update] Add SSD Health tools #3218
Conversation
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
a2c884b
to
a393afc
Compare
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
@@ -7,4 +7,4 @@ if [ -t 1 ] ; then | |||
DOCKER_EXEC_FLAGS+="t" | |||
fi | |||
|
|||
docker exec -$DOCKER_EXEC_FLAGS pmon sensors "$@" | |||
docker exec -$DOCKER_EXEC_FLAGS pmon $(basename $0) "$@" |
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.
@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
.
…lly (#20610) #### Why I did it src/sonic-swss ``` * 93f7c150 - (HEAD -> master, origin/master, origin/HEAD) Fix State Db LAG_MEMBER_TABLE removal not happening. (#3347) (10 hours ago) [abdosi] * d76c34e4 - fix error in rif_rates.lua (#3218) (31 hours ago) [InspurSDN] * a3aaa398 - Add suppport for SAI DASH appliance object (#3284) (32 hours ago) [Mukesh Moopath Velayudhan] * 064f2e3d - 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
…lly (sonic-net#20610) #### Why I did it src/sonic-swss ``` * 93f7c150 - (HEAD -> master, origin/master, origin/HEAD) Fix State Db LAG_MEMBER_TABLE removal not happening. (sonic-net#3347) (10 hours ago) [abdosi] * d76c34e4 - fix error in rif_rates.lua (sonic-net#3218) (31 hours ago) [InspurSDN] * a3aaa398 - Add suppport for SAI DASH appliance object (sonic-net#3284) (32 hours ago) [Mukesh Moopath Velayudhan] * 064f2e3d - 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
…lly (sonic-net#20610) #### Why I did it src/sonic-swss ``` * 93f7c150 - (HEAD -> master, origin/master, origin/HEAD) Fix State Db LAG_MEMBER_TABLE removal not happening. (sonic-net#3347) (10 hours ago) [abdosi] * d76c34e4 - fix error in rif_rates.lua (sonic-net#3218) (31 hours ago) [InspurSDN] * a3aaa398 - Add suppport for SAI DASH appliance object (sonic-net#3284) (32 hours ago) [Mukesh Moopath Velayudhan] * 064f2e3d - 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
Signed-off-by: Andriy Moroz c_andriym@mellanox.com
- 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