[pve-devel] [PATCH] numaX : use cpus option multiple time if cpulist

Alexandre Derumier aderumier at odiso.com
Mon Oct 10 09:36:55 CEST 2016


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QemuServer/Memory.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer/Memory.pm b/PVE/QemuServer/Memory.pm
index 087584b..0e4c830 100644
--- a/PVE/QemuServer/Memory.pm
+++ b/PVE/QemuServer/Memory.pm
@@ -256,7 +256,7 @@ sub config {
 	    # cpus
 	    my $cpulists = $numa->{cpus};
 	    die "missing NUMA node$i cpus\n" if !defined($cpulists);
-	    my $cpus = join(',', map {
+	    my $cpus = join(',cpus=', map {
 		my ($start, $end) = @$_;
 		defined($end) ? "$start-$end" : $start
 	    } @$cpulists);
-- 
2.1.4




More information about the pve-devel mailing list