Skip to content

Instantly share code, notes, and snippets.

@ikurni
Created March 9, 2021 03:41
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Enable Rook Ceph Tools in OCS 4+
### Run below command to enable rook-ceph-tools in OCS Cluster
oc patch OCSInitialization ocsinit -n openshift-storage --type json --patch '[{ "op": "replace", "path": "/spec/enableCephTools", "value": true }]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment