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 446ee6a commit 9d7f0a5
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 @@ -15,6 +15,8 @@ RUN cd /usr/src/ && \
cd ovs && \
# 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 && \
curl -s https://github.com/kubeovn/ovs/commit/df1c802f568be2af84aa81372fec46f5b09b4366.patch | git apply && \
curl -s https://github.com/kubeovn/ovs/commit/8dd4973bba021ce92eb9f42446d6c1c0e3474e25.patch | git apply && \
./boot.sh && \
Expand Down

0 comments on commit 9d7f0a5

Please sign in to comment.