Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save j-griffith/07893e901c8965d55c27b2145380b82b to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/07893e901c8965d55c27b2145380b82b to your computer and use it in GitHub Desktop.
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