Bug 1669984
| Summary: | 'hardware_handler "1 alua" ' missing from multipath.conf file | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Niels de Vos <ndevos> |
| Component: | Installer | Assignee: | Jose A. Rivera <jarrpa> |
| Installer sub component: | openshift-ansible | QA Contact: | Rachael <rgeorge> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | gpei, kramdoss |
| Version: | 3.11.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | 1669500 | Environment: | |
| Last Closed: | 2019-02-20 14:11:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1669500 | ||
|
Description
Niels de Vos
2019-01-28 09:56:42 UTC
PR https://github.com/openshift/openshift-ansible/pull/11081 is available for review With the fllowing ansible version, hardware_handler "1 alua" is made available in the multipath.conf file. oc version oc v3.11.82 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://apu-v311z-ocs-v311-master-0:8443 openshift v3.11.82 kubernetes v1.11.0+d4cacc0 cat /etc/multipath.conf # LIO iSCSI # TODO: Add env variables for tweaking devices { device { vendor "LIO-ORG" user_friendly_names "yes" path_grouping_policy "failover" path_selector "round-robin 0" failback immediate path_checker "tur" prio "alua" hardware_handler "1 alua" no_path_retry 120 rr_weight "uniform" } } defaults { user_friendly_names yes find_multipaths yes } blacklist { } Moving the bug to verified. 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. https://access.redhat.com/errata/RHBA-2019:0326 |