Skip to content

Commit 3b4d852

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[vs]: Create /var/warmboot/teamd folder for teammgrd (#2262)
To suppress the error message: INFO #supervisord: teammgrd Can't write to the lacp directory '/var/warmboot/teamd/': No such file or directory Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 5c8650a commit 3b4d852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/vs/docker-sonic-vs/Dockerfile.j2

+3
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,7 @@ RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
9797
RUN echo "docker-sonic-vs" > /etc/hostname
9898
RUN touch /etc/quagga/zebra.conf
9999

100+
# Create /var/warmboot/teamd folder for teammgrd
101+
RUN mkdir -p /var/warmboot/teamd
102+
100103
ENTRYPOINT ["/usr/bin/supervisord"]

0 commit comments

Comments
 (0)