Files
Matthew Heon 2d0d1c4b5f Errors from closing a netns on removal from DB are nonfatal
Upon updating a container, if its network namespace has been
removed, we attempt to clean up the network namespace locally,
to ensure we don't leave hanging file descriptors. This triggers
cleanup code which assumes the network namespace still exists,
but it almost certainly was removed by whoever removed it from
the database. As such, we end up with unavoidable errors if we
don't want to leak FDs. Make these errors nonfatal and log them
because of this.

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #962
Approved by: rhatdan
2018-06-19 15:32:34 +00:00
..
2018-02-02 22:44:40 +00:00
2018-05-31 22:07:15 +00:00
2017-11-01 11:24:59 -04:00
2018-04-05 14:13:49 +00:00
2018-05-17 23:10:12 +00:00
2018-03-29 02:18:45 +00:00
2018-06-18 14:20:30 +00:00
2018-06-18 12:56:44 +00:00
2018-06-18 14:20:30 +00:00
2018-03-23 15:35:37 +00:00
2017-11-30 18:05:56 +00:00
2018-05-17 23:10:12 +00:00
2018-05-25 08:45:15 +00:00
2018-06-18 14:20:30 +00:00
2018-06-18 14:41:51 +00:00
2018-05-17 23:10:12 +00:00
2018-05-25 08:45:15 +00:00
2018-03-14 20:21:31 +00:00
2018-03-23 15:35:37 +00:00
2018-04-26 19:14:44 +00:00