Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Added ceph config dump command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Sitlani authored Jun 27, 2022
1 parent c5fe587 commit 57bb010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gather-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ gatherCephCommands() {
kubectl -n "${CLUSTER_NAMESPACE}" exec -it deploy/rook-ceph-tools -- ceph fs dump > ceph-commands/ceph_fs_dump
kubectl -n "${CLUSTER_NAMESPACE}" exec -it deploy/rook-ceph-tools -- ceph mds stat > ceph-commands/ceph_mds_stat
kubectl -n "${CLUSTER_NAMESPACE}" exec -it deploy/rook-ceph-tools -- ceph time-sync-status > ceph-commands/ceph_time_sync_status
kubectl -n "${CLUSTER_NAMESPACE}" exec -it deploy/rook-ceph-tools -- ceph config dump > ceph-commands/ceph_config_dump
}

packInfo() {
Expand Down

0 comments on commit 57bb010

Please sign in to comment.