fix raise_param_exc in PVE::QemuServer::Memory::memory_unplug v2

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2016-06-08 18:43:24 +02:00 committed by Dietmar Maurer
parent 37dbec899d
commit 9a1c413f4b

View File

@ -3,6 +3,7 @@ package PVE::QemuServer::Memory;
use strict;
use warnings;
use PVE::QemuServer;
use PVE::Exception qw(raise raise_param_exc);
my $MAX_NUMA = 8;
my $MAX_MEM = 4194304;