Hi!
I upgraded my Proxmox to 7.3 with kernel 5.15.35-2 and now my Oracle Linux servers are not starting up. It's throwing me this error:
Update 1:
I'm guessing this has to do something with Intel CPU's since the phys-bits for my cpu is 39:
Update 2:
After removing numa=1 from the VM's they start up fine.
Update3:
I tried to boot the VM's with just numa enabled and memory hotplug disabled, VM's booted up fine. There seems to be an issue with memory hotplug.
Kind of lost here on what to do next to make it work with memory hotplug and how to fix the PVE_TAB_RE parts.
I upgraded my Proxmox to 7.3 with kernel 5.15.35-2 and now my Oracle Linux servers are not starting up. It's throwing me this error:
Code:
qm start 118
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 147.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 182.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 182.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 208.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 208.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 147.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 182.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 182.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 208.
Use of uninitialized value $PVE::JSONSchema::PVE_TAG_RE in concatenation (.) or string at /usr/share/perl5/PVE/DataCenterConfig.pm line 208.
kvm: Address space limit 0xffffffffff < 0x440ffffffff phys-bits too low (40)
start failed: QEMU exited with code 1
Update 1:
I'm guessing this has to do something with Intel CPU's since the phys-bits for my cpu is 39:
Code:
# grep -m 1 'address sizes' /proc/cpuinfo
address sizes : 39 bits physical, 48 bits virtual
Update 2:
After removing numa=1 from the VM's they start up fine.
Update3:
I tried to boot the VM's with just numa enabled and memory hotplug disabled, VM's booted up fine. There seems to be an issue with memory hotplug.
Kind of lost here on what to do next to make it work with memory hotplug and how to fix the PVE_TAB_RE parts.
Last edited: