Hide Forgot
Start hosted-engine deployment from cockpit UI, then go around the cockpit ui or logout and login. The underlying hosted engine setup process is still waiting for user input but the cockpit UI has lost connection to stdin / stdout of the process.
Test version: rhev-hypervisor7-ng-4.0-20160527.0 cockpit-ovirt-dashboard-0.10.1-0.0.1.el7ev.noarch Test steps: 1. Install rhev-hypervisor7-ng-4.0-20160527.0 2. Enter cockpit 3. Enter Hosted Engine page to start setup, check the hosted engine setup process 4. Enter other pages in cockpit, check hosted engine setup process Test result: 1. After step3, the output is as follows. #ps -aux |grep host root 18196 7.7 1.2 572068 99464 pts/2 Ssl+ 06:09 0:03 /bin/python -B -m otopi.__main__ APPEND:BASE/pluginPath=str:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins APPEND:BASE/pluginGroups=str:gr-he-common:gr-he-setup OVESETUP_CORE/offlinePackager=bool:True PACKAGER/yumpackagerEnabled=bool:False "DIALOG/dialect=str:machine" 2. After step4, there is no hosted engine setup process. So when we change to other page during HE setup, the hosted engine setup process will be closed also. Hi Sandro, Could you please help me to review is this fixed ok for you? If so, I'd like to verify this issue. Thanks!
Looks ok to me according to what described in comment #1
Test version: redhat-virtualization-host-4.0-20160727.1 cockpit-ovirt-dashboard-0.10.6-1.3.3.el7ev.noarch cockpit-0.114-2.el7.x86_64 Test steps: 1. Install RHVH 2. Enter cockpit 3. Enter Hosted Engine page to start setup, check the hosted engine setup process 4. Enter other pages in cockpit, check hosted engine setup process Test result: 1. After step3, the output is as follows. #ps -aux |grep hosted root 28554 16.2 0.3 619468 102020 pts/2 Ssl+ 17:22 0:44 /bin/python -B -m otopi.__main__ APPEND:BASE/pluginPath=str:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins APPEND:BASE/pluginGroups=str:gr-he-common:gr-he-setup OVESETUP_CORE/offlinePackager=bool:True PACKAGER/yumpackagerEnabled=bool:False "DIALOG/dialect=str:machine" root 29419 0.0 0.0 112648 960 pts/1 R+ 17:27 0:00 grep --color=auto hosted 2. After step4, there is no hosted engine setup process. So when we change to other page during HE setup, the hosted engine setup process will be closed also. So the bug is fixed, change bug status to VERIFIED.