Created
June 8, 2020 12:17
-
-
Save cagriersen/eb3a849c61ab14b19b727ad258b245ac to your computer and use it in GitHub Desktop.
Rook Ceph lspools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [cagri@BookPro ~ ]$ kubectl exec \ | |
| -n rook-ceph \ | |
| -it $(kubectl get po -n rook-ceph |egrep rook-ceph-tools |awk '{print $1}') \ | |
| -- ceph osd lspools | |
| ### OUTPUT ### | |
| 1 replicapool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment