|
|
|
@ -53,7 +53,7 @@ spec:
|
|
|
|
|
# When higher availability of the mgr is needed, increase the count to 2. |
|
|
|
|
# In that case, one mgr will be active and one in standby. When Ceph updates which |
|
|
|
|
# mgr is active, Rook will update the mgr services to match the active mgr. |
|
|
|
|
count: 1 |
|
|
|
|
count: 2 |
|
|
|
|
modules: |
|
|
|
|
# Several modules should not need to be included in this list. The "dashboard" and "monitoring" modules |
|
|
|
|
# are already enabled by other settings in the cluster CR. |
|
|
|
@ -94,9 +94,9 @@ spec:
|
|
|
|
|
#public: public-conf --> NetworkAttachmentDefinition object name in Multus |
|
|
|
|
#cluster: cluster-conf --> NetworkAttachmentDefinition object name in Multus |
|
|
|
|
# Provide internet protocol version. IPv6, IPv4 or empty string are valid options. Empty string would mean IPv4 |
|
|
|
|
#ipFamily: "IPv6" |
|
|
|
|
ipFamily: "IPv6" |
|
|
|
|
# Ceph daemons to listen on both IPv4 and Ipv6 networks |
|
|
|
|
#dualStack: false |
|
|
|
|
dualStack: false |
|
|
|
|
# enable the crash collector for ceph daemon crash collection |
|
|
|
|
crashCollector: |
|
|
|
|
disable: false |
|
|
|
@ -202,7 +202,7 @@ spec:
|
|
|
|
|
# osd: rook-ceph-osd-priority-class |
|
|
|
|
# mgr: rook-ceph-mgr-priority-class |
|
|
|
|
storage: # cluster level storage configuration and selection |
|
|
|
|
useAllNodes: true |
|
|
|
|
useAllNodes: false |
|
|
|
|
useAllDevices: true |
|
|
|
|
#deviceFilter: |
|
|
|
|
config: |
|
|
|
@ -214,8 +214,10 @@ spec:
|
|
|
|
|
# encryptedDevice: "true" # the default value for this option is "false" |
|
|
|
|
# Individual nodes and their config can be specified as well, but 'useAllNodes' above must be set to false. Then, only the named |
|
|
|
|
# nodes below will be used as storage resources. Each node's 'name' field should match their 'kubernetes.io/hostname' label. |
|
|
|
|
# nodes: |
|
|
|
|
# - name: "172.17.4.201" |
|
|
|
|
nodes: |
|
|
|
|
- name: "server48" |
|
|
|
|
- name: "server49" |
|
|
|
|
- name: "server50" |
|
|
|
|
# devices: # specific devices to use for storage can be specified for each node |
|
|
|
|
# - name: "sdb" |
|
|
|
|
# - name: "nvme01" # multiple osds can be created on high performance devices |
|
|
|
|