Bug 1688243
Summary: | Gluster IPV6 storage domain requires additional mount options | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> | |
Component: | rhhi | Assignee: | Gobinda Das <godas> | |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | rhhiv-1.6 | CC: | dwalveka, godas, pasik, rhs-bugs, sabose | |
Target Milestone: | --- | |||
Target Release: | RHHI-V 1.8 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Previously, RHHI for Virtualization did not support IPv6 addresses for deployment.
With this release, RHHI for Virtualization supports IPv6 addresses, with an additional parameter 'xlator-option="transport.address-family=inet6 added to the web console for the successful creation of the storage domain during Hosted Engine deployment.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1688245 (view as bug list) | Environment: | ||
Last Closed: | 2020-08-04 14:50:55 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: | ||||
Bug Depends On: | 1688245 | |||
Bug Blocks: | 1779975 |
Description
SATHEESARAN
2019-03-13 11:54:40 UTC
LGTM Tested with cockpit-ovirt-dashboard-0.14.6 The mount options are provided inside double quotes, which ansible logic, adds that inside another double quotes and leads to the error in interpolation. I would suggest to use single quotes, which when inscribed inside the double quotes will never cause a problem In the HE storage configuration text the following mount options is auto-populated: backup-volfile-servers=rhsqa-grafton8-ipv6.lab.eng.blr.redhat.com:rhsqa-grafton9-ipv6.lab.eng.blr.redhat.com,xlator-option="transport.address-family=inet6" Error in the ansible log file: The error appears to be in '/var/lib/ovirt-hosted-engine-setup/cockpit/ansibleVarFileilCOOw.var': line 10, column 144, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: he_storage_domain_addr: rhsqa-grafton7-ipv6.lab.eng.blr.redhat.com he_mount_options: "backup-volfile-servers=rhsqa-grafton8-ipv6.lab.eng.blr.redhat.com:rhsqa-grafton9-ipv6.lab.eng.blr.redhat.com,xlator-option="transport.address-family=inet6"" ^ here Verdict: Its safe to replace double quotes with single quotes Verified with RHVH 4.4.1 and cockpit-ovirt-dashboard-0.14.9.el8rhgs HE storage domain and storage domains provided at the the time of deployment are added to cluster with the right set of IPV6 options, when enabled 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 (RHHI for Virtualization 1.8 bug fix and enhancement update), 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/RHEA-2020:3314 |