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

[docker-gbsyncd-vs] Run gbsyncd_startup.py directly #7084

Merged
merged 1 commit into from
Mar 19, 2021
Merged

[docker-gbsyncd-vs] Run gbsyncd_startup.py directly #7084

merged 1 commit into from
Mar 19, 2021

Conversation

jleveque
Copy link
Contributor

Why I did it

Eliminate the need for gbsyncd_start.sh, which simply calls exec "/usr/bin/gbsyncd_startup.py". The shell script is unnecessary.

Once this PR merges, we can remove gbsyncd_start.sh from the sonic-sairedis repo.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012

@jleveque
Copy link
Contributor Author

@sydlogan: Please review.

@jleveque jleveque merged commit a3cafee into sonic-net:master Mar 19, 2021
@jleveque jleveque deleted the gbsyncd_cleanup branch March 19, 2021 17:52
jleveque added a commit to sonic-net/sonic-sairedis that referenced this pull request Mar 22, 2021
`gbsyncd_start.sh` was a simple wrapper which only called `exec "/usr/bin/gbsyncd_startup.py"`. This causes unnecessary extra complexity and maintenance. It makes things simpler to run `/usr/bin/gbsyncd_startup.py` directly, which is being done by sonic-net/sonic-buildimage#7084. That PR has merged, so we can now merge this.
yxieca pushed a commit that referenced this pull request Mar 26, 2021
Eliminate the need for `gbsyncd_start.sh`, which simply calls `exec "/usr/bin/gbsyncd_startup.py"`. The shell script is unnecessary.

Once this PR merges, we can remove `gbsyncd_start.sh` from the sonic-sairedis repo.
raphaelt-nvidia pushed a commit to raphaelt-nvidia/sonic-buildimage that referenced this pull request May 23, 2021
Eliminate the need for `gbsyncd_start.sh`, which simply calls `exec "/usr/bin/gbsyncd_startup.py"`. The shell script is unnecessary.

Once this PR merges, we can remove `gbsyncd_start.sh` from the sonic-sairedis repo.
carl-nokia pushed a commit to carl-nokia/sonic-buildimage that referenced this pull request Aug 7, 2021
Eliminate the need for `gbsyncd_start.sh`, which simply calls `exec "/usr/bin/gbsyncd_startup.py"`. The shell script is unnecessary.

Once this PR merges, we can remove `gbsyncd_start.sh` from the sonic-sairedis repo.
pettershao-ragilenetworks pushed a commit to pettershao-ragilenetworks/sonic-sairedis that referenced this pull request Nov 18, 2022
`gbsyncd_start.sh` was a simple wrapper which only called `exec "/usr/bin/gbsyncd_startup.py"`. This causes unnecessary extra complexity and maintenance. It makes things simpler to run `/usr/bin/gbsyncd_startup.py` directly, which is being done by sonic-net/sonic-buildimage#7084. That PR has merged, so we can now merge this.
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.

3 participants