[Mellanox] Adjust PSU fan name to align with sysfs file name#75
Closed
Junchao-Mellanox wants to merge 1 commit intomasterfrom
Closed
[Mellanox] Adjust PSU fan name to align with sysfs file name#75Junchao-Mellanox wants to merge 1 commit intomasterfrom
Junchao-Mellanox wants to merge 1 commit intomasterfrom
Conversation
keboliu
approved these changes
Apr 29, 2021
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Jun 1, 2022
[sonic-linkmgrd][master] submodule updates d744bfb Longxiang Lyu Wed May 25 08:40:42 2022 +0800 Support switch between using wellknown mac or server mac addr (#73) 684e989 Jing Zhang Wed May 18 09:59:02 2022 -0700 Avoid switching active when LinkState == Down (#77) e4aa4fd Longxiang Lyu Tue May 17 09:13:23 2022 +0800 [Makefile] Remove redundant optimization options (#75) 4ec7505 Jing Zhang Thu May 12 08:19:20 2022 -0700 [ci]: uplift diff coverage threshold to 80% (#71) sign-off: Jing Zhang zhangjing@microsoft.com
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Jun 25, 2023
…atically (sonic-net#15373) src/sonic-telemetry * 5a83c07 - (HEAD -> 202205, origin/202205) Merge pull request #109 from zbud-msft/backport-202205 (86 minutes ago) [Ying Xie] * 0f75a64 - [202012] Workaround gomonkey for armhf (#88) (3 weeks ago) [Zain Budhwani] * 1b0dc75 - Fix Makefile error (3 weeks ago) [Zain Budhwani] * 72e4540 - Add diff cov (#85) (3 weeks ago) [Zain Budhwani] * 11aace5 - Add get-update to azp yml (#79) (3 weeks ago) [Zain Budhwani] * 3eaaccc - Add net core and code coverage results (#77) (3 weeks ago) [Zain Budhwani] * 3cf3883 - Enable unit test (3 weeks ago) [ganglyu] * 2a0928f - Change dir name in pipeline (#75) (4 weeks ago) [Zain Budhwani] * baa845a - Update yml (4 weeks ago) [Zain Budhwani] * c533d52 - Fix format (4 weeks ago) [ganglyu]
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Oct 16, 2023
…utomatically (sonic-net#16670) #### Why I did it src/sonic-host-services ``` * 3022c1b - (HEAD -> master, origin/master, origin/HEAD) Updated the iptable rule to use parent/base name of midplane interface of chassis. (#75) (6 hours ago) [abdosi] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Nov 30, 2023
…utomatically (sonic-net#17229) #### Why I did it src/sonic-host-services ``` * 689395a - (HEAD -> 202305, origin/202305) Updated the iptable rule to use parent/base name of midplane interface of chassis. (#75) (2 days ago) [abdosi] * 45212a8 - [DualToR][caclmgrd] Fix IPtables rules for multiple vlan interfaces for DualToR config (#82) (2 days ago) [vdahiya12] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Apr 7, 2025
… automatically (sonic-net#945) #### Why I did it src/sonic-platform-common ``` * 42d0124 - (HEAD -> 202412, origin/202412) [CMIS] Add Changes to align the RX disable channel logic with the existing TX disable channel implementation (#75) (3 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
May 9, 2025
…tomatically (sonic-net#1063) #### Why I did it src/sonic-swss ``` * 3b70292 - (HEAD -> 202412, origin/202412) Move timestamps out of counter table to avoid update too frequently (#75) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Oct 28, 2025
…ly (sonic-net#24100) #### Why I did it src/dhcprelay ``` * 0ef56c0 - (HEAD -> master, origin/master, origin/HEAD) [codeQL] Fix codeQL failure (#75) (18 hours ago) [Yaqiang Zhu] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Nov 24, 2025
…ically (sonic-net#24555) #### Why I did it src/sonic-dbsyncd ``` * 2f0af22 - (HEAD -> master, origin/master, origin/HEAD) Add chassis cache update (#75) (2 days ago) [Gagan Punathil Ellath] ``` #### How I did it #### How to verify it #### Description for the changelog
Junchao-Mellanox
pushed a commit
that referenced
this pull request
Dec 3, 2025
…ly (sonic-net#24633) #### Why I did it src/sonic-stp ``` * 49c02e5 - (HEAD -> master, origin/master, origin/HEAD) Migrate agent pool from ubuntu-20.04 to ubuntu-latest (#74) (25 minutes ago) [yijingyan2] * 6dc2791 - Enable proto_mode handling code (#75) (2 days ago) [Divya Kumaran Chandralekha] ``` #### 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.
Why I did it
Adjust PSU fan name to align with sysfs file name
How I did it
Change PSU fan name from psu_{psu_index}fan{fan_index} to psu{psu_index}_fan{fan_index}
How to verify it
Manually test
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)