Bug 2257918 - [ODF Hackathon]: we only support a subset of the parameters in ceph-external-cluster-details-exporter.py
Summary: [ODF Hackathon]: we only support a subset of the parameters in ceph-external-...
Keywords:
Status: NEW
Alias: None
Product: Red Hat OpenShift Data Foundation
Classification: Red Hat Storage
Component: documentation
Version: 4.15
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Olive Lakra
QA Contact: Neha Berry
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-01-11 14:33 UTC by Heðin
Modified: 2024-06-26 13:27 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2256771 0 unspecified NEW [ODF Hackathon] 4.14 parent case 2024-09-03 12:53:00 UTC

Description Heðin 2024-01-11 14:33:51 UTC
Describe the issue:

Describe the task you were trying to accomplish:

Suggestions for improvement:

Document URL:

Chapter/Section Number and Title:

Product Version:

Environment Details:

Any other versions of this document that also needs this update:

Additional information:

Comment 9 Heðin 2024-05-30 12:16:33 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


Note You need to log in before you can comment on or make changes to this bug.