We seem to have found the issue.
This occurs because we have a proxy configured under XOA>Updates>Proxy Settings. When we remove that proxy, everything is working as expected.
We seem to have found the issue.
This occurs because we have a proxy configured under XOA>Updates>Proxy Settings. When we remove that proxy, everything is working as expected.
@Danp really old? Maybe I am not showng the correct thing..
08/09/2022, 12:35:30: Start updating...
08/09/2022, 12:35:31: latest channel selected
08/09/2022, 12:35:31: All up to date
Current version: 5.74.2
I have 3 pools. They are not fully populated with hosts yet - hence why I am adding the hosts in XO and then assigning the hosts to the pool. Is there a more preferred way?
I am seeing a weird problem when trying to add servers to create a new pool.
Current version: 5.74.2
I have a pool created and I go to "New>Server". Add the new host details/creds and click Connect. It connects fine.
Now, I go to the pool add hosts to pool and it adds the host fine. That is all well and good.
Now, I have another 40 hosts to add. So I go to New>Server and enter the details and click connect. And the next host connects fine.
Then, rather than going and adding the host to the pool I continue on adding new hosts. However this is where the error occurs. As I click connect on the second host a triangle pops up and the error is: Invalid XML-RPC message
It doesnt even think about it - it returns the error immediately.
At this point, I have the first host that worked and a second host that failed.
Now, I delete the hosts that failed. go to Home>Pools and select the pool. Add the host that worked to the pool and all is good. Go back to New>Server and attempt to add that host that failed again. It works!
So, essentially, the New>Server section is only allowing me to add one server at a time, then I must add it to a pool and then go back and add a new server - rinse and repeat. I cannot add multiple hosts at once.
syslog shows:
Sep 8 10:41:52 xoa xo-server[39123]: XML-RPC Error: Invalid XML-RPC message (response status 503)
Sep 8 10:41:52 xoa xo-server[39123]: DNS lookup failed
Now.. I added a host, and then while adding the second host(to force the failure) I did a tcpdump on port 53. There was no DNS request sent out as the server failed to be added and errored with XML-RPC Error in the GUI and syslog again reported the above 2 error lines.
I have confirmed the DNS server that is configured is responding correctly - but if its not sending out the DNS request then that point is moot.
I have restarted xo-server, rebooted Xen Orchestra. No joy.
Does anyone have any pointers?
Cheers,
Brad
Wondering if anyone has come across this issue...
I created a template for use with XO/Cloud-init. It works fine for everything.. alsmost.
When creating a VM from XO and selecting the template and then I choose a custom cloud-config. This has the following:
#cloud-config
hostname: {name}%
Now when I build the VM I get the following:
$ hostname
test.domain.com0
It appends a zero to the end of the hostname.
If however, I set the cloud config to:
#cloud-config
hostname: test.domain.com
And build the VM, the hostname is set correctly!
Thoughts?
Cheers,