On Sat, Jan 29, 2022 at 11:38 AM Ben Pfaff <[email protected]> wrote:
>
> Until now, the monitor process held its log file open while it waited for
> the child to exit, and then it reopened it after the child exited. Holding
> the log file open this way prevented log rotation from freeing disk space.
> This commit avoids the problem by closing the log file before waiting, then
> reopening it afterward.
>
> Signed-off-by: Ben Pfaff <[email protected]>
> Reported-by: Antonin Bas <[email protected]>
> VMware-BZ: #2743409
> ---
> v1->v2: Fix memory leak in monitor_daemon() reported by William.
>
I applied to master, thank you
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev