fix: resized scsi0 size because longhorn would fill the entire 10gb
This commit is contained in:
@@ -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
|
||||
? []
|
||||
: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user