@vilhelm That's fixed: https://github.com/vatesfr/xen-orchestra/pull/6328. Thanks again for the report

Best posts made by pdonias
-
RE: Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format
-
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: 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?
-
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: Netbox Plugin: IP-address created always uses the "largest prefix" in Netbox
@vilhelm This isn't the intended behavior, it should indeed pick the /24 prefix. I tested it with your values and it properly chooses the /24 prefix. Is the Netbox plugin up-to-date and re-built? It should work since commit
0966efb7f29758a3a179237e97e641f6288b6040
(XO 5.63.1, xo-server-netbox 0.3.1). -
RE: Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format
@vilhelm Thanks for testing, we'll fix it in
master
-
RE: Add rescan ISO SR from VM menu
This is simple enough so we'll implement it in XO 5. Thanks for the feedback!
Latest posts made by pdonias
-
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
@damjank Could you run this on your host and give us the output?
xe vm-param-list uuid=<VM UUID> | grep distro
-
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?
-
RE: ACL configuration for independent pool
@AtaxyaNetwork No worries! Glad it's working now
-
RE: ACL configuration for independent pool
Hi @AtaxyaNetwork, are you sure you created the ACL on the pool and not on the host? If the ACL is on the pool, he should indeed be able to see the SR and network.
-
RE: Restore File - Long filenames not displayed correctly
I took a look but I'm not able to reproduce
We do have a known issue with the select component but not that one specifically. The non-breakable space wouldn't work between the icon and the text but maybe there's something else we can do if we can ever reproduce it. In any case, this will be fixed in the next major version of XO as we won't use that component at all any more.
-
RE: Xen Orchestra Lite
@olivierlambert Yes, we'll store it in a cookie eventually. In the meantime, I'm changing the default language to English as it was probably a mistake to set it to French in the first place
-
RE: Xen Orchestra Lite
@mjtbrady Did you accept the self-signed certificates by navigating to https://10.42.27.25/ and clicking on Accept? It's important to accept them for all the slave hosts, not only for the master host.
-
RE: Xen Orchestra Lite
@mjtbrady Could you open your browser console (F12 > Console tab) and check if there's an error message when you open a VM console?
-
RE: Xen Orchestra Lite
@redy Thanks for the feedback, we've added a "coming soon" message on pages that aren't implemented yet, to avoid confusion.