Skip to content

Commit d4f779d

Browse files
fix pve cpu cores
1 parent 6f7233f commit d4f779d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CloudControllers/ProxmoxCloudController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public async Task<Machine> CreateNewRunner(string arch, string size, string runn
141141
}
142142

143143
await client.Nodes[selectedNode].Qemu[newVmId].Config.UpdateVm(
144-
vcpus: cores,
144+
cores: cores,
145145
memory: (memory * 1024).ToString()
146146
);
147147

0 commit comments

Comments
 (0)