Description of problem: engine-cleanup doesn't stop ovirt-vmconsole-proxy-sshd ... [ INFO ] Stage: Setup validation During execution engine service will be stopped (OK, Cancel) [OK]: All the installed ovirt components are about to be removed, data will be lost (OK, Cancel) [Cancel]: OK [ INFO ] Stage: Transaction setup [ INFO ] Stopping dwh service [ INFO ] Stopping reports service [ INFO ] Stopping engine service [ INFO ] Stopping ovirt-fence-kdump-listener service [ INFO ] Stopping websocket-proxy service [ INFO ] Stage: Misc configuration ... [root@10-34-60-249 ~]# /etc/init.d/ovirt-vmconsole-proxy-sshd status ovirt-vmconsole-proxy-sshd (pid 22795) is running... Version-Release number of selected component (if applicable): rhevm-setup-base-3.6.0.2-0.1.el6.noarch How reproducible: 100% Steps to Reproduce: 1. install 3.6 2. engine-setup and finish it successfully 3. engine-clean and observe if ovirt-vmconsole-proxy-sshd is running Actual results: ovirt-vmconsole-proxy-sshd is running Expected results: should be stopped
4.1.0 RC1 has been released, not being a blocker this bug is moved to 4.1.1
Verified on rhevm-4.1.1-0.1.el7.noarch After engine-setup: # systemctl status ovirt-vmconsole-proxy-sshd ● ovirt-vmconsole-proxy-sshd.service - oVirt VM Console SSH server daemon Loaded: loaded (/usr/lib/systemd/system/ovirt-vmconsole-proxy-sshd.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2017-02-15 16:20:34 IST; 3min 14s ago Main PID: 15102 (sshd) CGroup: /system.slice/ovirt-vmconsole-proxy-sshd.service └─15102 /usr/sbin/sshd -f /usr/share/ovirt-vmconsole/ovirt-vmconsole-proxy/ovirt-vmconsole-proxy-sshd/sshd_config -D After engine-cleanup: # systemctl status ovirt-vmconsole-proxy-sshd ● ovirt-vmconsole-proxy-sshd.service - oVirt VM Console SSH server daemon Loaded: loaded (/usr/lib/systemd/system/ovirt-vmconsole-proxy-sshd.service; disabled; vendor preset: disabled) Active: inactive (dead)