|
|
@@ -45,13 +45,13 @@ cephClusterSpec:
|
|
|
placement:
|
|
|
all:
|
|
|
nodeAffinity:
|
|
|
- requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
- nodeSelectorTerms:
|
|
|
- - matchExpressions:
|
|
|
- - key: storage-node
|
|
|
- operator: In
|
|
|
- values:
|
|
|
- - "true"
|
|
|
+ requiredDuringSchedulingIgnoredDuringExecution: {}
|
|
|
+ # nodeSelectorTerms:
|
|
|
+ # - matchExpressions:
|
|
|
+ # - key: storage-node
|
|
|
+ # operator: In
|
|
|
+ # values:
|
|
|
+ # - "true"
|
|
|
# TODO are snapshots easier if mgr/mon/mds run on a compute node?
|
|
|
# TODO does running on a compute node change cephfs mounting? I think it requires mon's port 6789
|
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|