Skip to content

Commit

Permalink
i think thats what it wants?
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 10, 2023
1 parent 5050030 commit cf2a6a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,23 +167,22 @@ spec:
# nodes below will be used as storage resources. Each node's 'name' field should match their 'kubernetes.io/hostname' label.
nodes:
- name: "ctrl-k8s-0"
osdsPerDevice: "4"
devices: # specific devices to use for storage can be specified for each node
- name: "/dev/nvme0n1"
osdsPerDevice: "4"
- name: "/dev/nvme1n1"
osdsPerDevice: "4"
- name: "ctrl-k8s-2"
osdsPerDevice: "1"
devices:
- name: "/dev/nvme0n1"
osdsPerDevice: "1"
- name: "ctrl-k8s-4"
osdsPerDevice: "1"
devices:
- name: "/dev/sda"
osdsPerDevice: "1"
- name: "k8s-3"
osdsPerDevice: "5"
devices:
- name: "/dev/nvme0n1"
osdsPerDevice: "5"

# when onlyApplyOSDPlacement is false, will merge both placement.All() and placement.osd
onlyApplyOSDPlacement: false
Expand Down

0 comments on commit cf2a6a8

Please sign in to comment.