Skip to content

Commit

Permalink
ceph: Collect CephBlockPoolRadosNamespace(s) in external deployments
Browse files Browse the repository at this point in the history
This patch adds support for collection CephBlockPoolRadosNamespaces
in external mode deployments.

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
  • Loading branch information
black-dragon74 committed Feb 3, 2025
1 parent 81ed336 commit 5afb528
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 5afb528

Please sign in to comment.