Bug 1002854
| Summary: | engine-setup fails to install when Gluster only mode is selected | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Aravinda VK <avishwan> |
| Component: | ovirt-engine-installer | Assignee: | Aravinda VK <avishwan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3 | CC: | acathrow, dougsland, iheim, juan.hernandez, sbonazzo, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | gluster | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-21 13:28:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Patch sent for review(http://gerrit.ovirt.org/#/c/18712/) This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Included in 3.3.0.1 release. |
Description of problem: engine-setup fails to install when "Gluster" is selected as "Application mode" Version-Release number of selected component (if applicable): How reproducible: Every time when application mode is selected as "gluster" in install wizard. Steps to Reproduce: 1. Run sudo engine-setup 2. When asks for application mode enter "gluster" rest all can be default. Actual results: [ INFO ] Stage: Transaction setup [ INFO ] Stopping engine service [ INFO ] Stage: Misc configuration [ INFO ] Stage: Package installation [ INFO ] Stage: Misc configuration [ INFO ] Creating PostgreSQL database [ INFO ] Configurating PostgreSQL [ INFO ] Creating database schema [ ERROR ] Failed to execute stage 'Misc configuration': 'NFS' [ INFO ] Yum Performing yum transaction rollback [WARNING] Rolling back upgrade [ INFO ] Clearing database engine [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20130830113329.log [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed Expected results: Execution of setup should get completed successfully. Additional info: From log: 2013-08-30 11:15:21 DEBUG otopi.context context._executeMethod:119 Stage misc METHOD otopi.plugins.ovirt_engine_setup.config.domain_type.Plugin._mis c 2013-08-30 11:15:21 DEBUG otopi.context context._executeMethod:133 method exception Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/otopi/context.py", line 123, in _executeMethod method['method']() File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/config/domain_type.py", line 115, in _misc self.environment[osetupcons.ConfigEnv.STORAGE_TYPE] KeyError: 'NFS' 2013-08-30 11:15:21 ERROR otopi.context context._executeMethod:142 Failed to execute stage 'Misc configuration': 'NFS'