Bug 1618433
Summary: | REST API reports wrong address and path for NFS storage domain on IPv6 | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Dominik Holler <dholler> |
Component: | RestAPI | Assignee: | shani <sleviim> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | shani <sleviim> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.5 | CC: | bugs, danken, ebenahar, frolland, lveyde, tnisan |
Target Milestone: | ovirt-4.2.7 | Flags: | rule-engine:
ovirt-4.2+
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.2.7.3 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-02 14:36:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1080725, 1618676 |
Description
Dominik Holler
2018-08-16 16:01:54 UTC
Hi Tal, may I *ask* to handle this sooner than later? This blocks deployment of hosted engine on top of an ipv6-only setup. I've uploaded a patch: https://gerrit.ovirt.org/#/c/94673/. Now parsing should look like: <storage> <address>2620:52:0:2300:868f:69ff:fef9:5580</address> <nfs_version>auto</nfs_version> <path>/home/nfs_domains/my-nfs-ipv6</path> <type>nfs</type> </storage> Verified: <storage> <address>2620:52:0:2300:868f:69ff:fef9:6760</address> <nfs_version>auto</nfs_version> <path>/home/nfs_domains/nfs-carambola-ipv6</path> <type>nfs</type> </storage> This bugzilla is included in oVirt 4.2.7 release, published on November 2nd 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.7 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |