[ovirt-devel] Cockpit port open by default after adding host
Piotr Kliczewski
piotr.kliczewski at gmail.com
Mon Feb 29 13:19:30 UTC 2016
Fabian,
When ovirtnode is installed firewall should not be configured.
Please see InstallVdsInternalCommand#installHost():
case oVirtNode:
log.warn(
"Installation of Host {} will ignore
Firewall Override option, since it is not supported for Host type {}",
getVds().getName(),
getVds().getVdsType().name()
);
It looks like it could be a bug that we attempt to reconfigure
firewall when we should not.
Thanks,
Piotr
On Mon, Feb 29, 2016 at 2:05 PM, Fabian Deutsch <fdeutsch at redhat.com> wrote:
> Hey,
>
> we use cockpit on Node Next, and we configure firewalld to open the
> port by default.
>
> However, after adding the host to Engine, the port is getting closed
> again because iptables is the used.
> How do you recommend to get the cockpit port opened by default?
>
> - fabian
> _______________________________________________
> Devel mailing list
> Devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
More information about the Devel
mailing list