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

remove tty in docker run #225

Merged
merged 1 commit into from
Jan 31, 2017
Merged

remove tty in docker run #225

merged 1 commit into from
Jan 31, 2017

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Jan 31, 2017

No description provided.

Makefile Outdated
@@ -11,7 +11,7 @@ MAKEFLAGS += -B

DOCKER_RUN := docker run --rm=true --privileged \
-v $(PWD):/sonic \
-it sonic-slave-$(USER)
sonic-slave-$(USER)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not necessary in this case, I think we can keep '-i'. It is possible that some internal binary will detect environment and run conditional code.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @qiluo-msft
I'd add something like -i$(SONIC_SLAVE_TTY)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is SONIC_SLAVE_TTY?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marian-pritsak What is 'SONIC_SLAVE_TTY'? If not used, we can remove it.

@lguohan lguohan merged commit afe3fbf into sonic-net:master Jan 31, 2017
@lguohan lguohan deleted the tty branch November 6, 2017 04:33
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
…onic-net#225)

* Check user id for fast-reboot-dump.py script

* exit with exit code 1

* Use TCP to connect to the DB. Remove check for super user as redundant

* Finnaly Remove check for super user as redundant
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
- Add -d record_location option to indicate the folder for putting
  SAI Redis recording file and SwSS recording file.
- The size of this folder should be monitored and limited to prevent
  disk space full issue.
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
lguohan pushed a commit that referenced this pull request Nov 16, 2021
c8eceec 400zr initial support (#228)
ef55364 SSD Health: Retrieve SSD health and temperature values from generic SSD info (#229)
26c8346 Fix cmis cable length issue (#225)
671927d Fix typo in the simulated y_cable driver (#226)
51a9aca [sfp-refactor] Add initial support for CMIS in sonic_xcvr (#220)

Signed-off-by: Prince George <prgeor@microsoft.com>
sg893052 pushed a commit to sg893052/sonic-buildimage that referenced this pull request Apr 25, 2022
mihirpat1 pushed a commit to mihirpat1/sonic-buildimage that referenced this pull request Feb 21, 2023
Description
Enable 50% Diff Coverage for sonic-platform-daemons PR build

Motivation and Context
Enhance the code quality
snider-nokia pushed a commit to snider-nokia/sonic-buildimage that referenced this pull request Apr 6, 2023
mssonicbld added a commit that referenced this pull request Dec 14, 2023
#17476)

#### Why I did it
src/linkmgrd
```
* 79c3872 - (HEAD -> master, origin/master, origin/HEAD) [active-standby] Fix `show mux status` inconsistency introduced by orchagent rollback  (#225) (24 hours ago) [Jing Zhang]
* ba913c0 - [warmboot] use config_db connector to update mux mode config instead of CLI (#223) (2 days ago) [Jing Zhang]
```
#### How I did it
#### How to verify it
#### Description for the changelog
yxieca pushed a commit that referenced this pull request Dec 18, 2023
#17536)

src/linkmgrd

* 6fa4adb - (HEAD -> 202205, origin/202205) [active-standby] Fix `show mux status` inconsistency introduced by orchagent rollback  (#225) (#226) (2 days ago) [Jing Zhang]
mssonicbld added a commit that referenced this pull request Feb 5, 2024
#18016)

#### Why I did it
src/linkmgrd
```
* 70b6d15 - (HEAD -> 202311, origin/202311) [active-standby] Fix `show mux status` inconsistency introduced by orchagent rollback  (#225) (3 days ago) [Jing Zhang]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants