]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Provide some better error handling for operator
authorDonald Sharp <sharpd@nvidia.com>
Sun, 2 May 2021 11:39:36 +0000 (07:39 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 2 May 2021 11:41:11 +0000 (07:41 -0400)
commit188acbb9a39ef2954b8ac08ed90a41de4fbae8c8
treeb83d6eb9abd37a1771c6d9d7565f51b8aaa77fe0
parent83187b82853d0bf905dacf4de93592f2207c35a6
lib: Provide some better error handling for operator

When an operator encounters a situation where the number
of FD's open is greater than what we have been configured
to legitimately handle via uname or the `--limit-fds` command
line, abort with a message that they should be able to
debug and figure out what is going on.

Fixes: #8596
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/thread.c