This community is amazing Great job all around!
-
RE: Remote syslog broken after update/reboot? - Changing it away, then back fixes.
-
RE: Load-Balancer 0.8.0
@olivierlambert Im confident it will all come together in the future!
-
RE: Failed upgrade to 8.3 now stuck on grub
Nevermind. Second time the upgrade went smoothly.
HolySmokes.......XO Lites is niiiiiice.
Great job all around
-
RE: HOST_NOT_ENOUGH_FREE_MEMORY during host.restart / host-evacuate despite destination having ample free RAM
@olivierlambert
Thanks for being so transparent about this. I suspect just updating that error message should be helpful enough. I was really struggling yesterday as I couldn’t figure out why my test plan was failing.
Your suggestions did indeed work. In my case just disabling HA briefly did the trick -
RE: VMware migration tool: we need your feedback!
@olivierlambert Very very good news. Great job on the import tool.
-
RE: VMware migration tool: we need your feedback!
disregard. I rebooted the VM a few times but the solution was to force a dhcp renew
$sudo dhclient -
RE: VMware migration tool: we need your feedback!
@julien-f well well well....lol...
You are correct. There is an update and im able to import from VMware. No error messages so far.
Taking about 40 minutes or so but i dont know if thats good or not. I selected a NFS storage thats running on mechanical disks so i suspect thats the bottleneck.I will keep everyone here up to date if i run into any issues.
Job well done you guys/gals. Job well done -
RE: Move VMs between SRs
@olivierlambert Hey Oliver...You're right. Im usually a lot better than this when it comes to forums. I search but i was in a bit of a time crunch and multiple people wanting me to move the VDIs.
I appreciate your quick feedback none the less and sorry for the forum spam
-
RE: HOST_NOT_ENOUGH_FREE_MEMORY during host.restart / host-evacuate despite destination having ample free RAM
@olivierlambert
Thanks for being so transparent about this. I suspect just updating that error message should be helpful enough. I was really struggling yesterday as I couldn’t figure out why my test plan was failing.
Your suggestions did indeed work. In my case just disabling HA briefly did the trick -
HOST_NOT_ENOUGH_FREE_MEMORY during host.restart / host-evacuate despite destination having ample free RAM
Environment
- XCP-ng version: 8.3 (latest)
- Xen Orchestra (XO): Build 202606261855
- Pool topology: 2-node pool ("Olympus")
- Host A (master, Zeus): 128 GB RAM, 7 VMs running (~34 GB allocated)
- Host B (slave, Hera): 64 GB RAM, 4 VMs running (~32 GB allocated)
- HA: Enabled, ha-host-failures-to-tolerate = 0, ha-overcommitted = false
- Storage: Shared NFS SRs (all VMs on shared storage — no local-SR VMs)
What I'm trying to do
Test planned maintenance / HA evacuation: reboot Host B (Hera) via Xen Orchestra, expecting its running VMs to live-migrate to Host A (Zeus) automatically.
What happens
The host.restart call from XO (with suspendResidentVms: false, bypassCurrentVmCheck: false) fails immediately with:
HOST_NOT_ENOUGH_FREE_MEMORY(OpaqueRef:<vm-ref>)
Full task error:
{ "error_info": [ "HOST_NOT_ENOUGH_FREE_MEMORY", "OpaqueRef:<vm-opaque-ref>" ], "name": "XapiError", "message": "HOST_NOT_ENOUGH_FREE_MEMORY(OpaqueRef:<vm-opaque-ref>)", "stack": "XapiError: HOST_NOT_ENOUGH_FREE_MEMORY(OpaqueRef:<vm-opaque-ref>)\n at XapiError.wrap (file:///opt/xo/xo-builds/.../packages/xen-api/_XapiError.mjs:16:12)\n at default (file:///opt/xo/xo-builds/.../packages/xen-api/_getTaskResult.mjs:13:29)\n ..." }Backtrace points to
ocaml/xapi/xapi_host.ml:629insideAsync.host.evacuate.The same error is produced when running xe host-evacuate directly on the pool master:
Not enough server memory is available to perform this operation.
needed: <vm-uuid> (<VM name>)
available: <unknown>Note the available: <unknown> — XCP-ng cannot determine the available memory on the destination host.
Actual memory figures from xe host-list params=memory-free,memory-total,memory-overhead:
┌────────────────────────┬───────────┬──────────┬──────────┐ │ Host │ Total RAM │ Free RAM │ Overhead │ ├────────────────────────┼───────────┼──────────┼──────────┤ │ Zeus (destination) │ 128 GB │ 84.7 GB │ 1.58 GB │ ├────────────────────────┼───────────┼──────────┼──────────┤ │ Hera (being evacuated) │ 64 GB │ 26.5 GB │ 0.93 GB │ └────────────────────────┴───────────┴──────────┴──────────┘ VMs on Hera that need to migrate: ┌───────┬──────────────────┬─────────────────┐ │ VM │ RAM (static-max) │ memory-overhead │ ├───────┼──────────────────┼─────────────────┤ │ VM-1 │ 12 GB │ 106 MB │ ├───────┼──────────────────┼─────────────────┤ │ VM-2 │ 8 GB │ 74 MB │ ├───────┼──────────────────┼─────────────────┤ │ VM-3 │ 8 GB │ 74 MB │ ├───────┼──────────────────┼─────────────────┤ │ VM-4 │ 4 GB │ 36 MB │ ├───────┼──────────────────┼─────────────────┤ │ Total │ 32 GB │ 290 MB │ └───────┴──────────────────┴─────────────────┘ Zeus has 84.7 GB free. The VMs need ~32.3 GB (RAM + overhead). There is 52 GB of headroom. The error should not occur.Any help appreciated — this makes planned host maintenance require manual CLI steps every time, which defeats the purpose of the evacuate-on-reboot workflow.
-
RE: Remote syslog broken after update/reboot? - Changing it away, then back fixes.
This community is amazing Great job all around!
-
RE: Remote syslog broken after update/reboot? - Changing it away, then back fixes.
@Tackyone
You solution fixed it for me. Lost a few days of logs as well and i am on the latest commit of the XO community edition.Theres some bug with syslog clear but your fix works great.
-
RE: Failed upgrade to 8.3 now stuck on grub
Nevermind. Second time the upgrade went smoothly.
HolySmokes.......XO Lites is niiiiiice.
Great job all around
-
RE: Failed upgrade to 8.3 now stuck on grub
@olivierlambert
Now that im back on 8.2 where i can look in the filesystem to review the logs? -
RE: Failed upgrade to 8.3 now stuck on grub
@olivierlambert I can use the 8.3 ISO to reload 8.2 ?
-
Failed upgrade to 8.3 now stuck on grub
System: Dell R620
XCP NG:8.2Got in through idrac and attempted to upgrade to 8.3. After a few minutes i received the following error

I went ahead and rebooted the system as that was the only option but not i get to the grub menu.

Cany anyone provide any pointers as to how i can rescue this server?
-
RE: Load-Balancer 0.8.0
@olivierlambert Im confident it will all come together in the future!
-
RE: Load-Balancer 0.8.0