mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 22:43:44 +00:00
code cleanups
This commit is contained in:
parent
2c9e8036f5
commit
f34ebd5259
@ -2591,7 +2591,7 @@ sub config_to_command {
|
||||
my $total_cores = $sockets * $cores;
|
||||
my $allowed_cores = $cpuinfo->{cpus};
|
||||
|
||||
die "MAX $allowed_cores Cores allowed per VM on this Node"
|
||||
die "MAX $allowed_cores cores allowed per VM on this node\n"
|
||||
if ($allowed_cores < $total_cores);
|
||||
|
||||
if ($maxcpus) {
|
||||
|
Loading…
Reference in New Issue
Block a user