|
@@ -46,13 +46,18 @@ cephClusterSpec:
|
|
|
all:
|
|
all:
|
|
|
# TODO are snapshots easier if mgr/mon/mds run on a compute node?
|
|
# TODO are snapshots easier if mgr/mon/mds run on a compute node?
|
|
|
nodeAffinity:
|
|
nodeAffinity:
|
|
|
- requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
|
|
|
+ #requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
|
+ # nodeSelectorTerms:
|
|
|
|
|
+ # - matchExpressions:
|
|
|
|
|
+ # - key: storage-node
|
|
|
|
|
+ # operator: In
|
|
|
|
|
+ # values:
|
|
|
|
|
+ # - "true"
|
|
|
|
|
+ preferredDuringSchedulingIgnoredDuringExecution:
|
|
|
nodeSelectorTerms:
|
|
nodeSelectorTerms:
|
|
|
- matchExpressions:
|
|
- matchExpressions:
|
|
|
- key: storage-node
|
|
- key: storage-node
|
|
|
- operator: In
|
|
|
|
|
- values:
|
|
|
|
|
- - "true"
|
|
|
|
|
|
|
+ operator: DoesNotExist
|
|
|
tolerations:
|
|
tolerations:
|
|
|
- key: storage-node
|
|
- key: storage-node
|
|
|
operator: Equal
|
|
operator: Equal
|