Hello all.
I have a Dual AMD Opteron server with 64GB RAM, CentOS 7.6. I installed OpenNebula 5.8.5 as per documentation for Hypervisor KVM and Sunstone on the same machine.
After creating the host configuration (KVM), I added a direct image of Marktplace, a Debian 9 (KVM). When you create a VM from this image, its status is forever “PENDING”.
Checking the status of the server gets ALLOCATED_MEM STAT = err, as shown below.
[root@host01 ~]# onehost list
ID NAME CLUSTER TVM ALLOCATED_CPU ALLOCATED_MEM STAT
6 host01 default 0 - - err
The log file /var/log/one/sched.log
Mon Oct 14 15:46:20 2019 [Z0][VM][D]: Found 1 pending/rescheduling VMs.
Mon Oct 14 15:46:20 2019 [Z0][HOST][D]: Discovered 0 enabled hosts.
Mon Oct 14 15:46:20 2019 [Z0][VM][D]: VMs in VMGroups:
Mon Oct 14 15:46:20 2019 [Z0][VNET][D]: Discovered 1 vnets.
Mon Oct 14 15:46:20 2019 [Z0][SCHED][D]: Match-making results for VM 6:
Cannot schedule VM, there is no suitable host.
Mon Oct 14 15:46:20 2019 [Z0][SCHED][D]: Dispatching VMs to hosts:
VMID Priority Host System DS
--------------------------------------------------------------
Has anyone had such a problem?