[image]: add --numeric_owner to perserve the original owner of the for docker filesystem#626
Merged
lguohan merged 2 commits intosonic-net:masterfrom May 24, 2017
Merged
[image]: add --numeric_owner to perserve the original owner of the for docker filesystem#626lguohan merged 2 commits intosonic-net:masterfrom
lguohan merged 2 commits intosonic-net:masterfrom
Conversation
jleveque
reviewed
May 24, 2017
installer/x86_64/install.sh
Outdated
| } | ||
| else | ||
| demo_mnt="/host" | ||
| TAR_EXTRA_OPTION="--numeric-owner" |
Contributor
There was a problem hiding this comment.
Is there a reason to confine this option only to the SONiC-to-SONiC upgrade installation? I believe it should be safe for the ONIE install, as well. In fact, it's probably safer to use it on all installs. I can test an ONIE install using it just to confirm.
Collaborator
Author
There was a problem hiding this comment.
onie is using another version of tar which does not support this option, but it works so it must using uid/gid by default.
Contributor
There was a problem hiding this comment.
The ONIE versions installed on our dev devices are using BusyBox tar v1.20.2 which supports the option, however it is not listed in the help menu. See https://github.com/mozilla-b2g/busybox/blob/master/archival/tar.c#L796
marian-pritsak
approved these changes
May 24, 2017
qiluo-msft
approved these changes
May 24, 2017
jleveque
approved these changes
May 24, 2017
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…net#626) teammgrd will monitor configuration changes in CFG_LAG_TABLE_NAME and CFG_LAG_MEMBER_TABLE_NAME. It supports creation/removal of LAGs as well as membership changes of the LAG members. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
mssonicbld
added a commit
that referenced
this pull request
Jun 22, 2025
…D automatically (#23001) #### Why I did it src/sonic-platform-daemons ``` * 8ec7295 - (HEAD -> 202505, origin/202505) xcvrd: Remove SFP API object when SFP is removed (#627) (4 days ago) [mssonicbld] * 6794d8a - [Smartswitch] Fix incorrect reporting of data plane and control plane by DPU (#626) (6 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
prsunny
pushed a commit
that referenced
this pull request
Mar 11, 2026
… automatically (#25743) src/sonic-platform-common * 8a3bf99 - (HEAD -> 202511, origin/202511) Fix log prefix hijack in c_cmis.py (#630) (29 hours ago) [mssonicbld] * 11641a1 - [cmis] Separate VDM basic and statistic observables (#628) (11 days ago) [mssonicbld] * 0adce20 - update docker slave name (#626) (11 days ago) [mssonicbld]
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.
No description provided.