[ovirt-users] Upgrade patch 3.5 -> 3.6

Yedidyah Bar David didi at redhat.com
Wed Feb 17 07:36:47 UTC 2016


On Wed, Feb 17, 2016 at 9:09 AM, Николаев Алексей
<alexeynikolaev.post at yandex.ru> wrote:
> You must not configure firewall in backup restore procedure. Because EL6
> backup uses iptables instead EL7 fresh install uses firewalld.

Thanks for pointing that out!

Does this mean you actually tried this and that was the only issue?

Note also that EL7 also has iptables, you can use that if you want.
You'll have to do something like:
yum install iptables-services
systemctl disable firewalld.service
systemctl enable iptables.service
systemctl start iptables.service
You'll not have any default /etc/sysconfig/iptables, though. Either create
one manually (or find somewhere) or use e.g. system-config-firewall-tui.

Best,
-- 
Didi



More information about the Users mailing list