Bug 1257395
| Summary: | Ovirt hosted engine agent fails to start after deploy to NFSv3 on 3.6 Beta | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Darryl Bond <darryl.bond> |
| Component: | ovirt-hosted-engine-ha | Assignee: | Doron Fediuck <dfediuck> |
| Status: | CLOSED DUPLICATE | QA Contact: | meital avital <mavital> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6 | CC: | bugs, ecohen, gklein, lsurette, rbalakri, stirabos, yeylon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-27 12:21:05 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: | |||
|
Description
Darryl Bond
2015-08-27 02:16:55 UTC
And this is the fix:
diff /usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_server.py.db /usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_server.py
69c69
< if self.storageType == constants.DOMAIN_TYPE_GLUSTERFS:
---
> if self._domain_type == constants.DOMAIN_TYPE_GLUSTERFS:
*** This bug has been marked as a duplicate of bug 1254745 *** |