Skip to content

Instantly share code, notes, and snippets.

@ikurni
Created March 9, 2021 03:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ikurni/c0ff9c7278d0ef0972e54f8a70a84140 to your computer and use it in GitHub Desktop.
Save ikurni/c0ff9c7278d0ef0972e54f8a70a84140 to your computer and use it in GitHub Desktop.
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