Skip to content

Commit ff39ff6

Browse files
authored
[build] use overlay2 for DinD by default (sonic-net#19078)
overlay2 is more faster comparing to vfs (more info in sonic-net#11111) And we use this option to build SONiC almost two years. But it may be not obvious for some people that default choice is slow. I think we should set overlay2 as a default storage driver for DinD.
1 parent ac9ca02 commit ff39ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ INCLUDE_FIPS ?= y
306306
ENABLE_FIPS ?= n
307307

308308
# SONIC_SLAVE_DOCKER_DRIVER - set the sonic slave docker storage driver
309-
SONIC_SLAVE_DOCKER_DRIVER ?= vfs
309+
SONIC_SLAVE_DOCKER_DRIVER ?= overlay2
310310

311311
# SONIC_OS_VERSION - sonic os version
312312
SONIC_OS_VERSION ?= 12

0 commit comments

Comments
 (0)