Bug 2064426
| Summary: | [GSS][External Mode] exporter python script does not support FQDN for RGW endpoint | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Anton Mark <amark> |
| Component: | rook | Assignee: | Parth Arora <paarora> |
| Status: | CLOSED ERRATA | QA Contact: | Vijay Avuthu <vavuthu> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.9 | CC: | assingh, jthottan, madam, mmuench, muagarwa, nberry, ocs-bugs, odf-bz-bot, olakra, paarora, shan, tdesala, tnielsen |
| Target Milestone: | --- | ||
| Target Release: | ODF 4.11.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.11.0-78 | Doc Type: | Bug Fix |
| Doc Text: |
.Exporter python script does not support FQDN for RGW endpoint
The exporter python script only supports the IPv4 address and not FQDN for the RGW endpoint. This causes problems in environments where a load balancer sits between Red Hat Ceph Storage and OpenShift Data Foundation.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-24 13:49:54 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: | |||
|
Description
Anton Mark
2022-03-15 19:23:41 UTC
They are 2 distinct requests: 1. Support of FQDN for RGW endpoint 2. Support for IPv6 Can you rename this one and open a one? Thanks! Ack. Will open another BZ for IPv6 support. Will be included in the next build with https://github.com/red-hat-storage/rook/pull/378 Verified with ocs-registry:4.11.0-91 Job: https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster/13515/consoleFull 2022-06-10 14:34:03 09:04:03 - MainThread - ocs_ci.utility.connection - INFO - Executing cmd: python3 /tmp/external-cluster-details-exporter-uyauqrax.py --rbd-data-pool-name rbd --rgw-endpoint dc-long-rhcs3-node-2.xxxxx.xxx.com:8080 on <IP> 2022-06-10 14:34:03 09:04:03 - MainThread - ocs_ci.utility.connection - INFO - Executing cmd: ceph auth get client.admin on <IP> storagesystem status is healthy
2022-06-10 09:13:36,123 - MainThread - DEBUG - ocs_ci.utility.utils.exec_cmd.586 - Command stdout: apiVersion: v1
items:
- apiVersion: odf.openshift.io/v1alpha1
kind: StorageSystem
metadata:
creationTimestamp: "2022-06-10T09:04:04Z"
finalizers:
- storagesystem.odf.openshift.io
generation: 1
name: ocs-external-storagecluster-storagesystem
namespace: openshift-storage
resourceVersion: "51102"
uid: 481fdc85-bb1d-44dd-b6d3-6460f4e6a916
spec:
kind: storagecluster.ocs.openshift.io/v1
name: ocs-external-storagecluster
namespace: openshift-storage
status:
conditions:
- lastHeartbeatTime: "2022-06-10T09:04:04Z"
lastTransitionTime: "2022-06-10T09:04:04Z"
message: Reconcile is completed successfully
reason: ReconcileCompleted
status: "True"
type: Available
- lastHeartbeatTime: "2022-06-10T09:04:04Z"
lastTransitionTime: "2022-06-10T09:04:04Z"
message: Reconcile is completed successfully
reason: ReconcileCompleted
status: "False"
type: Progressing
- lastHeartbeatTime: "2022-06-10T09:04:04Z"
lastTransitionTime: "2022-06-10T09:04:04Z"
message: StorageSystem CR is valid
reason: Valid
status: "False"
type: StorageSystemInvalid
- lastHeartbeatTime: "2022-06-10T09:04:04Z"
lastTransitionTime: "2022-06-10T09:04:04Z"
reason: Ready
status: "True"
type: VendorCsvReady
- lastHeartbeatTime: "2022-06-10T09:04:04Z"
lastTransitionTime: "2022-06-10T09:04:04Z"
reason: Found
status: "True"
type: VendorSystemPresent
Please add doc text Doc text for release notes?? For actual documentation, it is discussed here,https://bugzilla.redhat.com/show_bug.cgi?id=2082232 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.11.0 security, enhancement, & bugfix 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-2022:6156 |