Bug 1294584
Summary: | [Docs] [RFE] Explain what happens when triedVdssList contains all hosts in SPM selection process. | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> |
Component: | Documentation | Assignee: | Andrew Burden <aburden> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Julie <juwu> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.0 | CC: | aburden, adahms, amureini, gklein, laravot, lsurette, rbalakri, yeylon, ykaul |
Target Milestone: | ovirt-3.6.3 | Keywords: | FutureFeature |
Target Release: | 3.6.3 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-06 23:03:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Docs | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Germano Veit Michel
2015-12-29 05:08:43 UTC
Thanks for raising this bug, Germano. Allon, are you able to shed any light on this? Liron - you know these areas of the code better than anyone. Can you help Germano and Andrew out here please? Hi All, The quoted test refers to the failover process when executing one operation, when new operation is executed the list will be cleared and we'll try all the relevant hosts again. for example, let's assume we perform operation A on host 1 and fail, if the failure is one that we determine as host specific we will try then host 2 and then host 3, we'll stop retrying on different hosts when one of the following is true: 1. we tried all the applicable hosts 2. we reached the value of SpmCommandFailOverRetries config value. When we perform another operation, we'll try executing on host 1 again and so on. let me know if there are any further questions. thanks, Liron. Hi Liron. Thank you for your reply. So the list is cleared for each operation. Perhaps we should put this more clearly in the documentation. The following confused the me and the customer: "On subsequent iterations of the SPM selection, the Red Hat Enterprise Virtualization Manager attempts to assign the role to a host that is not included in the list." Andrew, what do you think? Cheers, Germano Thanks for that, Liron. Makes perfect sense now. I'll update the para in question so as to read: " If the SPM role assignment fails on a new host, the Red Hat Enterprise Virtualization Manager adds the host to a list containing the hosts the operation has failed on, marking these hosts as ineligible for the SPM role. This list is cleared at the beginning of the SPM selection process so that all hosts are again eligible. " Made some minor edits based on the discussion with Andrew B. Added revision history entry in both guides. Moving this bug to VERIFIED. Cheers, Julie This content has been published on the Red Hat Customer Portal: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Technical_Reference/Storage_Pool_Manager_Selection_Process.html |