@David Thanks for the report! We're fixing it: https://github.com/vatesfr/xen-orchestra/pull/7031.
Best posts made by pdonias
-
RE: Google Auth Fail after after XOA update (From Sources)
-
RE: Rolling Pool Update - host took too long to restart
@olivierlambert By default, it's 20 minutes. And it's already configurable through xo-server's config by adding:
[xapiOptions] restartHostTimeout = '40 minutes'
-
RE: Netbox plugin - not syncing if one of pools disabled
@Tristis-Oris This should be fixed, now. If a pool is disabled or can't be found, you'll get an error message in the logs and the pool will simply be ignored. See https://xen-orchestra.com/blog/xen-orchestra-5-85/#️-netbox.
-
RE: XO Lite: building an embedded UI in XCP-ng
Hi @bnerickson, thanks for the detailed feedback!
XO Lite is still in its early development phase, which means that most of your suggestions are actually already planned, including VBD management, editing MAC addresses, creating/deleting VMs and snapshots, and more generally everything that can be done through XAPI calls.
Regarding your other suggestions, keep in mind that XO Lite is running without a server behind. This means that the persistency is only in the browser. For instance, I'm not sure how an LDAP login would work, since the credentials you're entering in XO Lite are your host's credentials, and XO Lite needs that to communicate with XAPI.
Regarding XOA's FQDN, you can already do that by configuring the field
publicUrl
in your XOA's config:[http] # Public URL to connect to this XO # # This optional entry is used to communicate to external entities (e.g. XO Lite) # how to connect to this XO. # # It SHOULD be defined in case the IP address of the current machine is not # good enough (e.g. a domain name must be used or there is a reverse proxy). publicUrl = 'https://xoa.company.lan'
In any case, I took note of your feedback and we'll have to discuss some of your other interesting suggestions, both for XO Lite and XO 6, like showing more of the host's logs, failed services, etc.
Thanks! -
RE: Change Default Sort By
@DustinB @olivierlambert I confirm it's not possible at the moment.
-
RE: Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format
@vilhelm That's fixed: https://github.com/vatesfr/xen-orchestra/pull/6328. Thanks again for the report
-
RE: ZTP Restore XOA From Backup
Hi @bnerickson, indeed, the configurations are correctly imported but plugins aren't automatically "configured" when you import a config. We'll improve that, thanks for the report
-
RE: Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format
Hi @theaeon, this should already be fixed, could you check the full log for that error in Settings > Logs? It should give you more details.
-
RE: XO from the sources - Something in the pages is missing
Hi! We introduced a bug in commit
59e6868
causing "Page not found"s and fixed it in commit6e52794
. -
RE: Netbox plugin: Error code 400 - Error: Bad Request
@maverick This is for the URL https://fw-dea12.domain.tld/api/extras/custom-fields/1/, right? What about https://fw-dea12.domain.tld/api/extras/custom-fields/?
If that works too, could you run this from the machine that hosts your XO?
Replace<TOKEN>
with the token that you put in the Netbox plugin configuration:curl -skv -H "Content-Type: application/json" -H "Authorization: Token <TOKEN>" "https://fw-dea12.domain.tld/api/extras/custom-fields/"
-
RE: Netbox plugin: Error code 400 - Error: Bad Request
@maverick What version of the Netbox plugin do you see in the UI? (
/#/settings/plugins?s=netbox
) -
RE: VMs migrated from xcp-ng-3 to xcp-ng-3 (the same host!)
@techjeff Thanks for the report, it should be fixed on
master
-
RE: Xen Orchestra netbox sync error
@jpasher-work Thanks, I'm adding that too!
@sb2014 I may have found the issue. If you want to test it, you can build the branch
pierre-fix-addresses
. -
RE: Xen Orchestra netbox sync error
@sb2014 and @ThasianXi Thanks for the report and investigation
An empty IP shouldn't be an issue but the multiple IP addresses in the same field is probably what's causing the error. However, this should be handled by XO already, so I'm surprised we're still seeing this. What version of XCP-ng/XS are you running @sb2014?Regarding the custom fields, that's most likely not the issue here because if you don't have the correct custom fields, it will fail at the very beginning with a clear error message. But indeed:
- with the new version of the plugin, you need to assign the
uuid
custom field to a third object type:Virtualization > interface
- the doc currently says
Virtualization > vminterface
but you're right, it should sayVirtualization > interface
instead. I'm fixing that
- with the new version of the plugin, you need to assign the
-
RE: Xen Orchestra Lite
@mjtbrady Yes, there was an issue on our side but it's fixed, now. Thanks for the feedback and let us know if you have other issues
-
RE: Rolling Pool Update - host took too long to restart
@olivierlambert It doesn't look like we did. It's documented in the config file but we can add it to the RPU doc too if necessary.
-
RE: no icon displayed even with correct tools installed
Thanks, we're adding the name of the distro so that it shows the proper icon:
https://github.com/vatesfr/xen-orchestra/pull/6676 -
RE: no icon displayed even with correct tools installed
Hi @damjank,
XO is indeed supposed to have an icon for Suse. Could you check what it says in the VM's Advanced tab > Guest OS > OS name?