Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1503555

Summary: when host is being activated from engine nothing checks if firewalld is running
Product: [oVirt] vdsm Reporter: Jiri Belka <jbelka>
Component: ServicesAssignee: Yaniv Bronhaim <ybronhei>
Status: CLOSED NOTABUG QA Contact: Meni Yakove <myakove>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.20.3CC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-18 18:21:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Belka 2017-10-18 11:50:27 UTC
Description of problem:

in 4.2 we have firewall type option for clusters. defaults to 'firewalld'. if one stops firewalld on host while the host is in maintenance, the host is activated but firewalld is still not running.

# systemctl list-dependencies --plain supervdsmd | grep firewall
  firewalld.service
# systemctl list-dependencies --plain vdsmd | grep firewall
  firewalld.service

could we check that all our deps are running?

Version-Release number of selected component (if applicable):
vdsm-4.20.3-198.git58f6f40.el7.centos.x86_64

How reproducible:
100%

Steps to Reproduce:
1. put host into maintenance
2. stop firewalld
3. activate host
4. check if firewalld is running

Actual results:


Expected results:


Additional info:

Comment 1 Yaniv Bronhaim 2017-10-18 18:21:40 UTC
No, its an admin intervention that we should not cover.. when user changes host to activate from maintenance engine does not run anything on the host, and there is no need to do so