[image]: add --numeric_owner to perserve the original owner of the for docker filesystem#626
[image]: add --numeric_owner to perserve the original owner of the for docker filesystem#626lguohan merged 2 commits intosonic-net:masterfrom
Conversation
installer/x86_64/install.sh
Outdated
| } | ||
| else | ||
| demo_mnt="/host" | ||
| TAR_EXTRA_OPTION="--numeric-owner" |
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.
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.
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
…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 <[email protected]>
…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
… 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]
No description provided.