| Summary: | Engine to pass UUID along with IP / FQDN to the VDSM layer for host remove | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Timothy Asir <tjeyasin> |
| Component: | rhsc | Assignee: | Timothy Asir <tjeyasin> |
| Status: | CLOSED WONTFIX | QA Contact: | storage-qa-internal <storage-qa-internal> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.1 | CC: | dpati, kmayilsa, rhs-bugs |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-28 06:37:39 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: | |
patch send to upstream: http://gerrit.ovirt.org/#/c/20731/ This issue occurs due to wrong configuration. Currently dns configuration is required for rhs. It will work properly when we have fully qualified domain name for a host. So that it can uniquely identify the server. This can also be temporarily configured using host file in /etc/host. Taking this bug out of Corbett list. Moving to ASSIGNED as the patch is abandoned in upstream. RHSC 2.1 is EOLed and we don't have any plan to fix this issue. If you think, this is an important bug to be addressed, pls. re-open it on the latest release. I will go ahead and "CLOSE" this bug for this release. |
Description of problem: when a (vdsm) node has more than one nic or a node peer probed using name or its peer probed using an alternate ip, the remove host task sent from the engine failed with "peer host not found" error. Version-Release number of selected component (if applicable): cb5 How reproducible: Steps to Reproduce: 1. Add nodes with more then 2 nics to the engine (rhsc) 2. Remove one node Actual results: Expected results: Additional info: This error occurs, whenever an engine sends a name or ip of a host to be removed to a node which doesn't aware of or doesn't have the host name or ip entry in its peer list (status). To avoid this, the engine can send gluster host uuid also along with host name to the vdsm and the vdsm can check the uuid and remove (detach) the appropriate host.