Bug 882837
| Summary: | PRD32 - engine - if connect storage pool fails on version mismatch, do reconstruct master | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Barak <bazulay> |
| Component: | ovirt-engine | Assignee: | mkublin <mkublin> |
| Status: | CLOSED ERRATA | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.1.0 | CC: | acathrow, bazulay, dyasny, hateya, iheim, lpeer, Rhev-m-bugs, vvyazmin, yeylon, ykaul, yzaslavs |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | sf3 | Doc Type: | Enhancement |
| Doc Text: |
Previously, when hosts could not connect to the storage pool, the engine triggered the reconstruct master to increase the version number of the master domain, so the master domain can be used to synchronize between hosts and storage. However, the master domain version increase was not reflected on the host side, so the domain mismatch prevented hosts from connecting to the storage pool. Now, when the reconstruct is performed, the master domain version is increased on both the host and storage sides. When the reconstruct is successful, the hosts will connect to storage and return to an 'Up' state.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-10 21:25:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 869309, 915537 | ||
|
Description
Barak
2012-12-03 08:28:11 UTC
a thought - should we serialize all calls to SPM election as well ? http://gerrit.ovirt.org/#/c/9838/ These patch will introduce a queue for all events, if some reconstruct is running, all other will be rejected. (In reply to comment #1) > a thought - should we serialize all calls to SPM election as well ? No question about it, there should only be 1 call/thread for spm election and a new call should not be sent before the previous one finished. Same goes for connectStoragePool, refreshStoragePool, getSpmID, etc. (In reply to comment #4) > (In reply to comment #1) > > a thought - should we serialize all calls to SPM election as well ? > > No question about it, there should only be 1 call/thread for spm election 1 call/thread per storage pool i assume (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #1) > > > a thought - should we serialize all calls to SPM election as well ? > > > > No question about it, there should only be 1 call/thread for spm election > > 1 call/thread per storage pool i assume correct sf10. This bug is currently attached to errata RHEA-2013:14491. If this change is not to be documented in the text for this errata please either remove it from the errata, set the requires_doc_text flag to minus (-), or leave a "Doc Text" value of "--no tech note required" if you do not have permission to alter the flag. Otherwise to aid in the development of relevant and accurate release documentation, please fill out the "Doc Text" field above with these four (4) pieces of information: * Cause: What actions or circumstances cause this bug to present. * Consequence: What happens when the bug presents. * Fix: What was done to fix the bug. * Result: What now happens when the actions or circumstances above occur. (NB: this is not the same as 'the bug doesn't present anymore') Once filled out, please set the "Doc Type" field to the appropriate value for the type of change made and submit your edits to the bug. For further details on the Cause, Consequence, Fix, Result format please refer to: https://bugzilla.redhat.com/page.cgi?id=fields.html#cf_release_notes Thanks in advance. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0888.html |