Skip to content

Commit

Permalink
Merge pull request rook#4420 from galexrt/fix_cephfs_docs
Browse files Browse the repository at this point in the history
docs: fix storageclass name used
  • Loading branch information
travisn authored Dec 17, 2019
2 parents 8f00654 + 3cc58f6 commit f7b6984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/ceph-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Save this storage class definition as `storageclass.yaml`:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rook-cephfs
name: csi-cephfs
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.cephfs.csi.ceph.com
parameters:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ceph-teardown.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl delete -f ../mysql.yaml
kubectl delete -n rook-ceph cephblockpool replicapool
kubectl delete storageclass rook-ceph-block
kubectl delete -f csi/cephfs/kube-registry.yaml
kubectl delete storageclass rook-cephfs
kubectl delete storageclass csi-cephfs
```

## Delete the CephCluster CRD
Expand Down

0 comments on commit f7b6984

Please sign in to comment.