fix: resized scsi0 size because longhorn would fill the entire 10gb

This commit is contained in:
2026-06-06 04:03:57 +02:00
parent 45fc56af3e
commit 9c77acd034
+2 -2
View File
@@ -254,11 +254,11 @@ const k3sVms = nodeConfigs.map(
{ {
interface: "scsi0", interface: "scsi0",
datastoreId: node.diskDatastore, datastoreId: node.diskDatastore,
size: node.role === "master" ? 10 : 20, size: 20,
ssd: true, ssd: true,
discard: "on", discard: "on",
}, },
...(node.longhornDiskSize ...(node.longhornDiskSize == null
? [] ? []
: [ : [
{ {