# Context of this page:
The context of this oadp-must-gather page is to provide OADP/Velero specific debugging information. If Openshift cluster information is required, please execute a generic must-gather.
## OADP must-gather summary version ????
## Found Collection Errors
No errors were found while running OADP must-gather
## Found OADP errors
Errors found in the operator manager, velero or related logs
## Found unsupported configuration
* unsupportedoverrides where non RH built containers are used
## Cluster information
| Cluster ID | OpenShift version | Kubernetes version | Cloud provider | Architecture |
| ---------- | ----------------- | ------------------ | -------------- | ------------ |
| 378f7d5e | 4.16.7 | ??? | OpenStack | linux/amd64 |
## OADP operator installation information
* Found 'OADP Operator' version '1.4.0' installed in 'openshift-adp' namespace
* No other instances of OADP or Velero were found
```
oc get csv
```
## Related products or operators
* ACM and version
* OpenShift Virt and version
* submariner
* Managed Velero operator
* IBM Fusion
* Dell Power Protect
## OADP Details for each OADP found
* namespace: openshift-adp <example>
```
oc get all
```
```
oc get bsl
* loop through all bsl w/ and print yaml
```
```
oc get dpa
oc get dpa $name -o yaml
```
```
oc get nodes -o wide
```
### crds w/ versions if possible
## Available StorageClasses in cluster
link to details
https://hackmd.io/8WZMfDcEQIyh-6cb4fiDPA
## CSI VolumeSnapshotClasses
<wes> I don't think is important in 1.3.x +</wes>
## Backups ( overview )
* use velero cli for output
```
NAME STATUS ERRORS WARNINGS CREATED EXPIRES STORAGE LOCATION SELECTOR
24csi-concur-0-8-test9 Completed 0 0 2024-09-23 20:19:08 +0000 UTC 29d dpa-sample-1 <none>
b1 FailedValidation 0 0 <nil> 29d default <none>
b2 Completed 0 0 2024-09-23 17:59:27 +0000 UTC 29d dpa-sample-1 <none>
minimal-3csivol Completed 0 0 2024-09-23 19:43:09 +0000 UTC 29d dpa-sample-1 <none>
```
Can we update the backup name here to link to another file that contains the velero backup describe $backupname --details
```
for i in `oc get backup --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end }}'`; do echo $i; remote_velero backup describe $i --details > backups/$i.details; done
```
[Backup Details](https://file.rdu.redhat.com/~whayutin/OADP_MUST_GATHER_EXAMPLES/backups/)
## Restores ( overview )
```
velero restore get
```
Can we update the restore name here to link to another file that contains the velero restore describe $backupname --details
## Schedules
```
velero schedule get
```
## backuprepositories ( overview)
```
velero repo get or oc get backuprepositories ( not much diff)
```
## datauploads
```
oc get datauploads -A
```
## datadownloads
```
oc get datadownloads -A
```
## podvolumebackups