cluster

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

commit 575b2cf4435f1e9762254795b76337771fe1aa7f
parent 3aee01531054ca7f77a7a1c59000e731e0c87c6d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Apr 2023 15:23:36 +0200

Fix osd

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

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -304,10 +304,24 @@ spec: nodes: - name: "control-plane-2" devices: # specific devices to use for storage can be specified for each node - - name: "sdb" + - name: "/dev/sdb" + resources: + limits: + cpu: "2" + memory: "4096Mi" + requests: + cpu: "0" + memory: "0Mi" - name: "control-plane-3" devices: # specific devices to use for storage can be specified for each node - - name: "sdb" + - name: "/dev/sdb" + resources: + limits: + cpu: "2" + memory: "4096Mi" + requests: + cpu: "0" + memory: "0Mi" # - name: "nvme01" # multiple osds can be created on high performance devices # config: # osdsPerDevice: "5"