[libvirt] [PATCH] util: don't log failure when older iptables lacks -w

Peter Krempa pkrempa at redhat.com
Thu Nov 20 07:38:43 UTC 2014


On 11/20/14 00:21, Eric Blake wrote:
> Commit dc33e6e4 caused older platforms like Fedora 20 to emit
> scary log messages at startup:
> 
> 2014-11-19 23:12:58.800+0000: 28906: error : virCommandWait:2532 : internal error: Child process (/usr/sbin/iptables -w -L -n) unexpected exit status 2: iptables v1.4.19.1: unknown option "-w"
> Try `iptables -h' or 'iptables --help' for more information.
> 
> Since we are probing and expect to handle the case where -w is not
> supported, we should not let virCommand log it as an error.
> 
> * src/util/virfirewall.c (virFirewallCheckUpdateLock): Handle
> non-zero status ourselves.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>  src/util/virfirewall.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

ACK


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141120/67793386/attachment-0001.sig>


More information about the libvir-list mailing list