Hello,
I’d like to let one_drs making the initial placement of my VMs.
I then changed
ARGUMENTS = “-t 15 -p rank -o one_drs”
by
ARGUMENTS = “-t 15 -p one_drs -o one_drs”
on /etc/one/oned.conf and restarted opennebula service.
Since then I can’t deploy a VM anymore (while it’s working fine with -p rank). I get the following errors:
oneadmin@debian-opennebula-R2:/var/log/one$ cat 5971.log
Mon Sep 8 11:22:06 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:23:06 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:24:06 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:25:06 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:26:07 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:27:07 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
Mon Sep 8 11:28:07 2025 [Z0][VMM][E]: Cannot allocate the VM following the constraints
But I don’t know where to check to understand which constrain is blocking.
Thanks in advance for your help,
Benjamin