[build]: use vfs storage driver to build dockers#2016
Merged
lguohan merged 1 commit intosonic-net:masterfrom Sep 5, 2018
Merged
[build]: use vfs storage driver to build dockers#2016lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
seen issues to build dockers using aufs in ubuntu 18.04 Immedidate dockers are exported to docker file and then imported into sonic image. Thus, whether using vfs or aufs as the storage driver does not matter for the immediate build. Signed-off-by: Guohan Lu <gulv@microsoft.com>
Collaborator
|
Do you have a link to the issue? |
Collaborator
Author
jleveque
approved these changes
Sep 5, 2018
Contributor
|
Just wanted to note that I also encountered the same build issues on Ubuntu 16.10. This change resolved the issues for me. |
Collaborator
Author
|
retest this please |
qiluo-msft
approved these changes
Sep 5, 2018
Contributor
|
One note here: vfs doesn't support copy-on-write, so the build process will be slow down and consume more space. Did we try overlay2 fs instead of aufs? |
Collaborator
Author
|
overlay2 fs cannot be run on top of overlay2. does not work for me. will check the build time increase. |
Collaborator
Author
|
previously,it was 2 hour 30 minutes, now it is 2 hour 49 min. |
Collaborator
Author
|
the space should not be a concern as we always build the docker using --squash option, resulting single layer, deep copy should not be a concern here. |
ishidawataru
pushed a commit
to ishidawataru/sonic-buildimage
that referenced
this pull request
Oct 30, 2018
using native docker is faster than dind dockerd with vfs storage driver sonic-net#2016 Azure/draft#181 Signed-off-by: Wataru Ishida <ishida@nel-america.com>
ishidawataru
pushed a commit
to ishidawataru/sonic-buildimage
that referenced
this pull request
Oct 30, 2018
using native docker is faster than dind dockerd with vfs storage driver sonic-net#2016 Azure/draft#181 Signed-off-by: Wataru Ishida <ishida@nel-america.com>
lguohan
pushed a commit
that referenced
this pull request
Nov 2, 2018
…ild (#2215) using native docker is faster than dind dockerd with vfs storage driver #2016 Azure/draft#181 Signed-off-by: Wataru Ishida <ishida@nel-america.com>
lguohan
added a commit
that referenced
this pull request
Feb 8, 2019
seen issues to build dockers using aufs in ubuntu 18.04 Immedidate dockers are exported to docker file and then imported into sonic image. Thus, whether using vfs or aufs as the storage driver does not matter for the immediate build. Signed-off-by: Guohan Lu <gulv@microsoft.com>
5 tasks
prsunny
added a commit
that referenced
this pull request
Nov 19, 2021
c31a362 - 2021-11-18 : [202012][Mux orch] set default as standby, change mux orch priority (#2015) [Prince Sunny] 9a9e8e6 - 2021-11-18 : [202012] Check VS test failure (#2033) [Prince Sunny] 7eaabca - 2021-11-11 : [202012] Fix random failure in PR/CI build. (#2016) [Shilong Liu] 85230fe - 2021-11-04 : [orchagent] Fix group name of port-buffer-drop in flexcounterorch.cpp (#1967) [Junchao-Mellanox] a55c2ca - 2021-11-03 : [teammgrd]: Handle LAGs cleanup gracefully on Warm/Fast reboot. (#1934) [Nazarii Hnydyn]
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
…t#1951)"" (sonic-net#2019) Refer to sonic-net#1951 for details The PR sonic-net#1951 was reverted in sonic-net#2016 because it was thought to be causing the build failure in sonic-swss TestWarmReboot UTs. But it seems the failures in TestWarmReboot are still occurring e.g. sonic-net#2017 [build](https://dev.azure.com/mssonic/build/_build/results?buildId=65653&view=logs&s=859b8d9a-8fd6-5a5c-6f5e-f84f1990894e) I think we can reapply sonic-net#1951 and need to investigate TestWarmReboot tests instability
6 tasks
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.
seen issues to build dockers using aufs in ubuntu 18.04
Immedidate dockers are exported to docker file and then
imported into sonic image. Thus, whether using vfs or aufs
as the storage driver does not matter for the immediate build.
Signed-off-by: Guohan Lu gulv@microsoft.com
- What I did
- How I did it
- How to verify it
build the image and load to DUT to test.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)