Skip to content

Commit

Permalink
Merge pull request #220 from black-dragon74/add-rns-extmode
Browse files Browse the repository at this point in the history
ceph: Collect CephBlockPoolRadosNamespace(s) in external deployments
  • Loading branch information
openshift-merge-bot[bot] authored Feb 3, 2025
2 parents 808df1b + 5afb528 commit 2529ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collection-scripts/gather_common_ceph_resources
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ common_ceph_resources=()
common_ceph_resources+=(cephobjectstores)
common_ceph_resources+=(cephobjectstoreusers)
common_ceph_resources+=(cephclusters)
common_ceph_resources+=(cephblockpoolradosnamespaces.ceph.rook.io)

for resource in "${common_ceph_resources[@]}"; do
dbglog "collecting dump ${resource}"
Expand Down

0 comments on commit 2529ae1

Please sign in to comment.