Created attachment 908888[details]
ovirt-hosted-engine-setup log
Description of problem:
I run hosted-engine --deploy on clean environment(yum erase -y vdsm*, reboot, yum install ovirt-hosted-engine-setup.noarch -y) and deployment failed with error message:
RuntimeError: Hosted Engine HA services are already running on this system. Hosted Engine cannot be deployed on a host already running those services.
Version-Release number of selected component (if applicable):
ovirt-hosted-engine-setup-1.2.0-0.0.master.20140605072127.git29ddea9.el6.noarch
How reproducible:
Always
Steps to Reproduce:
1. Have clean host with 3.5 repos, install hosted-engine
2. Run hosted-engine --deploy
3.
Actual results:
Deployment failed with error message
Expected results:
Deployment success without any error messages
Additional info:
[root@#### ovirt-hosted-engine-setup]# service ovirt-ha-broker status
ovirt-ha-broker is stopped
[root@####-vdsc ovirt-hosted-engine-setup]# service ovirt-ha-agent status
ovirt-ha-agent is stopped
Looking at the logs, either "service ovirt-ha-agent status" return a wrong exit code or otopi has a bug. Since it seems to work for other services I tend to think that's a wrong exit code in ha-agent service file.
Moving to ha component.
(In reply to Sandro Bonazzola from comment #1)
> Looking at the logs, either "service ovirt-ha-agent status" return a wrong
> exit code or otopi has a bug. Since it seems to work for other services I
> tend to think that's a wrong exit code in ha-agent service file.
> Moving to ha component.
Created attachment 908888 [details] ovirt-hosted-engine-setup log Description of problem: I run hosted-engine --deploy on clean environment(yum erase -y vdsm*, reboot, yum install ovirt-hosted-engine-setup.noarch -y) and deployment failed with error message: RuntimeError: Hosted Engine HA services are already running on this system. Hosted Engine cannot be deployed on a host already running those services. Version-Release number of selected component (if applicable): ovirt-hosted-engine-setup-1.2.0-0.0.master.20140605072127.git29ddea9.el6.noarch How reproducible: Always Steps to Reproduce: 1. Have clean host with 3.5 repos, install hosted-engine 2. Run hosted-engine --deploy 3. Actual results: Deployment failed with error message Expected results: Deployment success without any error messages Additional info: [root@#### ovirt-hosted-engine-setup]# service ovirt-ha-broker status ovirt-ha-broker is stopped [root@####-vdsc ovirt-hosted-engine-setup]# service ovirt-ha-agent status ovirt-ha-agent is stopped