XO server loses pool and hosts momentarily, timeout error
-
@olivierlambert thanks for the tip. Looks like bfb8d3b29e4f9531dda368f6624652479682b69d is the culprit, and the comment mentions "http-request-plus → undici" which seems like what you referred to above. Some earlier commits had weird glitches like not displaying any VMs / any storage, but they did not time out.
-
@felibb There were some issues with undici that were resolved in a later commit 0794a63 (early April). It might be worth trying after that fix too.
-
Thanks @felibb for the feedback, this will indeed be helpful for @julien-f to track it. It's weird we can't reproduce it here, but at last we now know it comes from undici.
The main question is why it happens to you and few people and not everyone else.
- Can you try to use XOA in
latest
release channel in the same environment and see if you also have the issue? - Is your XO far away from the pool in terms of network latency?
- Your OS is Debian 11, IDK if that could cause the problem (XOA is on Debian 12).
At least, let's see for 1: that should help us to determine if it's related to your environment OR something in XO's code with your environment
- Can you try to use XOA in
-
@felibb We've been unable to reproduce so far, I'm waiting for someone else confirmation before attempting to fix it on master.
If you can, please test the
xen-api-blocking
branch and let me know if that helps. -
weird advice, but i got same problem when XO CR copy started and caused ip conflict with main XO.
-
That's not weird, an IP conflict could also explain this issue.
-
@olivierlambert of course it should. i just adivce to check it, just in case.
-
And it's a good advice
-
@Andrew said in XO server loses pool and hosts momentarily, timeout error:
some issues with undici that were resolved in a later commit 0794a63
Tried 79c9ef0 (1 day older than 0794a63), seeing timeouts.
@olivierlambert said in XO server loses pool and hosts momentarily, timeout error:
- Can you try to use XOA in
latest
release channel in the same environment and see if you also have the issue?
Unsure I understand what you are referring to, can you please clarify?
- Is your XO far away from the pool in terms of network latency?
I would expect it the latency to be quite low: XOA VM lives on the same pool, has an IP in the same subnet as 10Gx2 bond interface on each host. This is not however the same 1G network as the one marked with "Management" blue bubble in the Host network tab. These two are different subnets. Can this have an effect?
- Your OS is Debian 11, IDK if that could cause the problem (XOA is on Debian 12).
dist-upgrade is fast and easy, I can definitely try that.
@julien-f said in XO server loses pool and hosts momentarily, timeout error:
If you can, please test the
xen-api-blocking
branch and let me know if that helps.ce15ef6 deployed, seeing timeouts.
- Can you try to use XOA in
-
@felibb I'm talking about using are pre-baked/turnkey virtual appliance, that you can easily deploy from https://vates.tech/deploy
- Register
- Update and select "latest" release channel
- Test
This will allow to check if it's your setup or XO.
-
@olivierlambert right, XO vs. XOA, gotcha. XOA seems to work fine, no timeouts for about 1/2hr. I did select "Management" LAN for it.
I think the next step for me would be to upgrade my old XO to bookworm + latest commit in
master
. Then I probably can try a fresh VM with bookworm + XO latest commit inmaster
+ interface in mgmt LAN. -
Okay so XOA works fine on both stable & latest channels, fully up to date right? Double checking to be 100% sure
-
@olivierlambert both channels seem to work fine, yes.
-
Okay so it's clearly something related to your source installation and/or an interaction with your setup Thanks for the feedback!
-
@felibb said in XO server loses pool and hosts momentarily, timeout error:
upgrade my old XO to bookworm + latest commit in master
Welp, that didn't help much, still seeing timeouts. Also neither XO nor XOA show the VM's own IP in the GUI anymore. dist-upgrade renamed interface from
eth0
toetX0
, and I had to edit/etc/network/interfaces
to get the network back up, and I can connect, but GUI still says "No IP record". Management agent 8.0.50-1 detected, in case it matters.Fresh VM setup to be tested another day.
-
(Replying to my previous post, a bit off-topic for the thread, but having installed https://github.com/xenserver/xe-guest-utilities/releases/tag/v8.4.0 manually, I see the IP in GUI now, but XOA says "Management agent 8.3.60-1 detected")
-
So I booted a pre-bookworm upgrade XO VM I had created earlier, moved its network to
Management
LAN, and installed 6444f88 (latest as of writing this). No timeouts anymore. Seems that Debian version doesn't matter here, and the code is fine (as we sort of determined already), but my networks are perhaps not routed fast enough for XO? It makes sense to put a mgmt appliance into the mgmt LAN, of course, however older code (that I tested, pre-bfb8d3b) did not have this issue. So maybe a combo of that newundici
piece and slightly higher latency is causing it for me? -
That's a great feedback @felibb , thanks!
We'll try to dig on this to see if that lead takes us to something