We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5698c26 commit 93bfc4bCopy full SHA for 93bfc4b
README.md
@@ -14,14 +14,14 @@ oc process -f ./mongodb-ocs-persistent.yaml -l name=mongodb\
14
```
15
16
## How it works
17
-If you look at the template you will notices that the PersistentVolume defined uses an annotation to select the storage class for CephFS -
+If you look at the template you will notices that the PersistentVolume defined uses an annotation to select one of the storage classes for OCS -
18
19
<snip>
20
21
kind: PersistentVolumeClaim
22
metadata:
23
annotations:
24
- volume.beta.kubernetes.io/storage-class: ocs-storagecluster-cephfs
+ volume.beta.kubernetes.io/storage-class: ocs-storagecluster-ceph-rbd
25
26
27
0 commit comments