Created
June 17, 2019 14:40
-
-
Save j-griffith/07893e901c8965d55c27b2145380b82b to your computer and use it in GitHub Desktop.
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
| diff --git a/cluster/examples/kubernetes/ceph/cluster.yaml b/cluster/examples/kubernetes/ceph/cluster.yaml | |
| index cb130e88..50ec8d89 100644 | |
| --- a/cluster/examples/kubernetes/ceph/cluster.yaml | |
| +++ b/cluster/examples/kubernetes/ceph/cluster.yaml | |
| @@ -90,10 +90,20 @@ spec: | |
| # osd: | |
| storage: # cluster level storage configuration and selection | |
| useAllNodes: true | |
| - useAllDevices: true | |
| - deviceFilter: | |
| - location: | |
| - config: | |
| + useAllDevices: false | |
| + deviceFilter: "vdb" | |
| + #location: | |
| + #config: | |
| + # nodes: | |
| + # - name: "kube_1" | |
| + # devices: # specific devices to use for storage can be specified for each node | |
| + # - name: vdb | |
| + # - name: "kube_2" | |
| + # devices: # specific devices to use for storage can be specified for each node | |
| + # - name: vdb | |
| + # - name: "kube_3" | |
| + # devices: # specific devices to use for storage can be specified for each node | |
| + # - name: vdb | |
| # The default and recommended storeType is dynamically set to bluestore for devices and filestore for directories. | |
| # Set the storeType explicitly only if it is required not to use the default. | |
| # storeType: bluestore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment