From 9c77acd03440f694c7d4d450f4eec8f62f59a0e3 Mon Sep 17 00:00:00 2001 From: kasun Date: Sat, 6 Jun 2026 04:03:57 +0200 Subject: [PATCH] fix: resized scsi0 size because longhorn would fill the entire 10gb --- 01-proxmox-infra/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01-proxmox-infra/index.ts b/01-proxmox-infra/index.ts index 57f8ec4..8151460 100644 --- a/01-proxmox-infra/index.ts +++ b/01-proxmox-infra/index.ts @@ -254,11 +254,11 @@ const k3sVms = nodeConfigs.map( { interface: "scsi0", datastoreId: node.diskDatastore, - size: node.role === "master" ? 10 : 20, + size: 20, ssd: true, discard: "on", }, - ...(node.longhornDiskSize + ...(node.longhornDiskSize == null ? [] : [ {