Bug 2257918
| Summary: | [ODF Hackathon]: we only support a subset of the parameters in ceph-external-cluster-details-exporter.py | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Heðin <hemoller> |
| Component: | documentation | Assignee: | Olive Lakra <olakra> |
| Status: | NEW --- | QA Contact: | Neha Berry <nberry> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.15 | CC: | asriram, bkunal, ddomingu, edonnell, etamir, odf-bz-bot |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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
Heðin
2024-01-11 14:33:51 UTC
$ oc get csv $(oc get csv -n openshift-storage | grep ocs-operator | awk '{print $1}') -n openshift-storage -o jsonpath='{.metadata.annotations.external\.features\.ocs\.openshift\.io/export-script}' | base64 --decode > ceph-external-cluster-details-exporter.py
$ python3 ceph-external-cluster-details-exporter.py --help | grep "^ --" | awk -F, '{print $1}' | awk '{print $1}'
--verbose
--ceph-conf
--keyring
--run-as-user
--cluster-name
--namespace
--rgw-pool-prefix
--restricted-auth-permission
--v2-port-enable
--format
--output
--cephfs-filesystem-name
--cephfs-metadata-pool-name
--cephfs-data-pool-name
--rbd-data-pool-name
--alias-rbd-data-pool-name
--rgw-endpoint
--rgw-tls-cert-path
--rgw-skip-tls
--monitoring-endpoint
--monitoring-endpoint-port
--skip-monitoring-endpoint
--rbd-metadata-ec-pool-name
--dry-run
--rados-namespace
--subvolume-group
--rgw-realm-name
--rgw-zone-name
--rgw-zonegroup-name
--upgrade
|