cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 3aee01531054ca7f77a7a1c59000e731e0c87c6d
parent bf721833977fc7b2fc4781c4c956493f333d1b60
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Apr 2023 00:46:08 +0200

Fix hopefully ceph more

Diffstat:
Mapps/base/rook/filesystem.yaml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -289,10 +289,10 @@ spec: mgr: system-cluster-critical #crashcollector: rook-ceph-crashcollector-priority-class storage: # cluster level storage configuration and selection - useAllNodes: true - useAllDevices: true + useAllNodes: false + useAllDevices: false #deviceFilter: - config: {} + #config: {} # crushRoot: "custom-root" # specify a non-default root label for the CRUSH map # metadataDevice: "md0" # specify a non-rotational storage so ceph-volume will use it as block db device of bluestore. # databaseSizeMB: "1024" # uncomment if the disks are smaller than 100 GB @@ -466,7 +466,7 @@ spec: cpu: "500m" memory: "1024Mi" requests: - cpu: "00m" + cpu: "0m" memory: "1024Mi" priorityClassName: system-cluster-critical livenessProbe: