Skip to content

Commit

Permalink
ovs: fix log file descriptor leak in monitor process (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Aug 25, 2022
1 parent e16667c commit ed237f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN cd /usr/src/ && \
curl -s https://github.com/kubeovn/ovs/commit/24c1b28c416d3a0312c10a9fe9341c04b8b31ce9.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
# fix log file descriptor leak in monitor process
curl -s https://github.com/kubeovn/ovs/commit/918d6dc79634bec760054ee53f7628186315bcfb.patch | git apply && \
# increase election timer
curl -s https://github.com/kubeovn/ovs/commit/22ea22c40b46ee5adeae977ff6cfca81b3ff25d7.patch | git apply && \
# compile without avx512
Expand Down

0 comments on commit ed237f9

Please sign in to comment.