[libvirt] [PATCH 09/14] remote: honour errors from virDriverLoadModule

Michal Privoznik mprivozn at redhat.com
Tue Apr 24 12:16:49 UTC 2018


On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote:
> The libvirtd daemon currently ignores the return status of
> virDriverLoadModule entirely. This is way too loose, resulting in many
> important problems going undiagnosed, resulting in a libvirtd that may
> never work correctly. We should only ignore a non-existant module, and
> pass back any fatal errors.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/remote/remote_daemon.c | 61 +++++++++++++++++++++++++++-------------------
>  1 file changed, 36 insertions(+), 25 deletions(-)

ACK

Michal




More information about the libvir-list mailing list