[ovirt-users] Minor issue upgrading to 4.2

Chris Adams cma at cmadams.net
Mon Dec 25 14:16:21 UTC 2017


Once upon a time, Misak Khachatryan <kmisak at gmail.com> said:
> It seems me too in the same situation, my cluster shows firewall type
> as iptables, and my firewalld status is on hosts:

Do you know if you had firewalld installed before upgrading?  You should
be able to tell by checking your /var/log/yum.log.

I suspect that the issue is that oVirt pulls in firewalld, and the
firewalld RPM sets itself to run by default, plus it happens to be
started after iptables (and so blows away iptables rules).

See if this fixes it for you:

# systemctl stop firewalld.service
# systemctl disable firewalld.service
# systemctl restart iptables.service

-- 
Chris Adams <cma at cmadams.net>


More information about the Users mailing list