Browse Source

try moving non-osd stuff to compute node

Josh Bicking 7 hours ago
parent
commit
4f566904b7
1 changed files with 7 additions and 7 deletions
  1. 7 7
      argocd/rook/rook-ceph-cluster-values.yaml

+ 7 - 7
argocd/rook/rook-ceph-cluster-values.yaml

@@ -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: