mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 07:30:41 +00:00
fix raise_param_exc in PVE::QemuServer::Memory::memory_unplug v2
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
37dbec899d
commit
9a1c413f4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user