Bug 2126028
| Summary: | exporter python script does not support IPV6 | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Parth Arora <paarora> |
| Component: | rook | Assignee: | Parth Arora <paarora> |
| Status: | CLOSED ERRATA | QA Contact: | Shay Rozen <srozen> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.12 | CC: | brgardne, ebenahar, kbg, mmuench, muagarwa, odf-bz-bot, tnielsen |
| Target Milestone: | --- | ||
| Target Release: | ODF 4.15.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.15.0-103 | Doc Type: | Release Note |
| Doc Text: |
.Support IPv6 for external mode (developer preview)
With this release, IPv6 is supported in Openshift Data foundation external mode deployments.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-03-19 15:19:50 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: | |||
| Bug Blocks: | 2246375 | ||
|
Description
Parth Arora
2022-09-12 08:12:39 UTC
Need details about what is needed to support ipv6. @mudit need to understand the priority of this issue, Does it need to be in 4.12? Moving out of 4.12 since there is not a clear requirement We are doing a GA for IPv6 support in 4.12 So ideally we should support this as well. Eran, please share your thoughts. Exporter script is working on ceph cluster ipv6:
[root@argo016 ~]# python3.6 exporter.py --rbd-data-pool-name rbd
[{"name": "rook-ceph-mon-endpoints", "kind": "ConfigMap", "data": {"data": "argo016=[2620:52:0:880:ae1f:6bff:fe0a:1844]:6789", "maxMonId": "0", "mapping": "{}"}}, {"name": "rook-ceph-mon", "kind": "Secret", "data": {"admin-secret": "admin-secret", "fsid": "495fb7f8-aae3-11ee-ab77-ac1f6b0a1844", "mon-secret": "mon-secret"}}, {"name": "rook-ceph-operator-creds", "kind": "Secret", "data": {"userID": "client.healthchecker", "userKey": "AQAsvZtljZbPOBAAW1F2B9AOIwVWQaIJlzSmng=="}}, {"name": "monitoring-endpoint", "kind": "CephCluster", "data": {"MonitoringEndpoint": "2620:52:0:880:ae1f:6bff:fe0a:1844", "MonitoringPort": "9283"}}, {"name": "rook-csi-rbd-node", "kind": "Secret", "data": {"userID": "csi-rbd-node", "userKey": "AQAsvZtl5eQ8ORAAQR8MI5uHnXAhZwom+UWYLA=="}}, {"name": "rook-csi-rbd-provisioner", "kind": "Secret", "data": {"userID": "csi-rbd-provisioner", "userKey": "AQAsvZtlT9egORAARydZt6N7On8FKsfdDIB4Gw=="}}, {"name": "rook-ceph-dashboard-link", "kind": "Secret", "data": {"userID": "ceph-dashboard-link", "userKey": "https://[2620:52:0:880:ae1f:6bff:fe0a:1844]:8443/"}}, {"name": "ceph-rbd", "kind": "StorageClass", "data": {"pool": "rbd", "csi.storage.k8s.io/provisioner-secret-name": "rook-csi-rbd-provisioner", "csi.storage.k8s.io/controller-expand-secret-name": "rook-csi-rbd-provisioner", "csi.storage.k8s.io/node-stage-secret-name": "rook-csi-rbd-node"}}]
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 (Important: Red Hat OpenShift Data Foundation 4.15.0 security, enhancement, & bug fix 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/RHSA-2024:1383 |