Once upon a time, Misak Khachatryan <kmisak(a)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(a)cmadams.net>