
5 Sep
2023
5 Sep
'23
9:50 a.m.
On Thu, Aug 31, 2023 at 16:40:04 -0500, Jonathon Jongsma wrote:
Since the restart handler will trigger at an arbitrary time (when the nbdkit process crashes, for instance), it's difficult to provide feedback to the user if the restart is unsuccessful. Rather than just relying on a warning in the log, taint the domain so that there will be a slightly more user-visible notification.
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- src/conf/domain_conf.c | 2 ++ src/conf/domain_conf.h | 1 + 2 files changed, 3 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>