Re: [ovs-dev] [PATCH 00/11] Get rid of ctl_fatal() calls in ovn-nbctl (part 2)

2018-07-24 Thread Ben Pfaff
On Tue, Jul 17, 2018 at 03:34:04PM +0200, Jakub Sitnicki wrote: > This is a continuation of an earlier series that aims to replace calls to > ctl_fatal() in command handlers in ovn-nbctl. The motivation is to handle > errors > gracefully when running commands in daemon mode because as a

[ovs-dev] [PATCH 00/11] Get rid of ctl_fatal() calls in ovn-nbctl (part 2)

2018-07-19 Thread Jakub Sitnicki
This is a continuation of an earlier series that aims to replace calls to ctl_fatal() in command handlers in ovn-nbctl. The motivation is to handle errors gracefully when running commands in daemon mode because as a long-lived process we shouldn't terminate on errors that we can recover from.