Browse Source

try allowing non-storage nodes to run ceph infra

Josh Bicking 1 day ago
parent
commit
a03e2e9cb1
1 changed files with 8 additions and 7 deletions
  1. 8 7
      argocd/rook/rook-ceph-cluster-values.yaml

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

@@ -45,19 +45,20 @@ cephClusterSpec:
   placement:
     all:
       nodeAffinity:
-        requiredDuringSchedulingIgnoredDuringExecution:
-          nodeSelectorTerms:
-            - matchExpressions:
-              - key: storage-node
-                operator: In
-                values:
-                - "true"
+      #  requiredDuringSchedulingIgnoredDuringExecution:
+      #    nodeSelectorTerms:
+      #      - matchExpressions:
+      #        - key: storage-node
+      #          operator: In
+      #          values:
+      #          - "true"
       tolerations:
         - key: storage-node
           operator: Equal
           value: "true"
           effect: PreferNoSchedule
 
+  # TODO are snapshots easier if mgr/mon/mds run on a compute node?
   # Ensure osd_memory_target_autotune is true if not limiting mgr & mon memory
   resources:
     mgr: