[Mellanox] Remove platform_wait script from Mellanox simx platform#3380
Merged
jleveque merged 1 commit intosonic-net:masterfrom Aug 23, 2019
keboliu:simx-remove-platform-wait
Merged
[Mellanox] Remove platform_wait script from Mellanox simx platform#3380jleveque merged 1 commit intosonic-net:masterfrom keboliu:simx-remove-platform-wait
jleveque merged 1 commit intosonic-net:masterfrom
keboliu:simx-remove-platform-wait
Conversation
mellanox simx platform don't have QSFP sysfs created, this script will cause timeout issue on simx platform Signed-off-by: Kebo Liu <[email protected]>
nazariig
approved these changes
Aug 23, 2019
mykolaf
approved these changes
Aug 23, 2019
jleveque
approved these changes
Aug 23, 2019
wangshengjun
pushed a commit
to wangshengjun/sonic-buildimage
that referenced
this pull request
Nov 16, 2020
mellanox simx platform don't have QSFP sysfs created, this script will cause timeout issue on simx platform Signed-off-by: Kebo Liu <[email protected]>
mssonicbld
added a commit
that referenced
this pull request
Nov 20, 2024
…lly (#20853) #### Why I did it src/sonic-swss ``` * 1843de4 - (HEAD -> master, origin/master, origin/HEAD) Ensure second route group OID is correct (#3380) (2 hours ago) [Lawrence Lee] * c86efa1 - Added support for "UNDERLAY_SET_DSCP" and "UNDERLAY_SET_DSCPV6" tables (#3307) (2 hours ago) [siqbal1986] * 0b331f0 - platform/innovium renaming to platform/marvell-teralynx (#3252) (10 hours ago) [krismarvell] * c865803 - [mirror] erspan ipv6 underlay (see PR #1817) (#3317) (30 hours ago) [mramezani95] ``` #### 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.
- What I did
Fix pmon start.sh time out issue on Mellanox simx platform
docker pmon will exit after boot up on Mellanox simx platform
the root cause is because platform_wait scripts will time out since qsfp related sysfs will not be created on simx platform.
- How I did it
remove platform_wait script from simx since it not needed.
- How to verify it
install image on simx platform and check the pmon status.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)