@RS if you are using XO from source, you need to change your branch and rebuild XO
Posts
-
RE: "Xenserver 8" patching
-
RE: "Xenserver 8" patching
Hi @RS
Just to let you know, there is a branch available to test RPU/install patches with XenServer 8. (xs-8-install-updates
)
Feel free to test and give feedback. Thanks -
RE: Feature Request
Hi
I created a card on our side to discuss this feature request.
I will keep you updated. -
RE: CBT: the thread to centralize your feedback
Hi @flakpyro
You can doxe help vm-migrate
to see all available parameters and a small description.BTW, in XO, if a network is specified for the migration, we call
vm.migrate_send
otherwisevm.pool_migrate
.
vm.migrate_send
also migrates VM's VIFs and VDIs.Questions for the XCP team:
- What happens if you do a
vm.migrate_send
but the destination SR for the VDIs is the same? - Is there a way to call
vm.pool_migrate
using a specific network?
- What happens if you do a
-
RE: Unable to create VM
Hi @Sugarat. thanks for the report.
Can you try this branch:fix-handle-inavlid-vm-creation
?
This should fix the issue -
RE: "Xenserver 8" patching
@rs Yes, this is normal. I am still working on making the installation possible via XO.
-
RE: "Xenserver 8" patching
Hi @RS.
I just wanted to know if you can test this branch:fix-xs-8-patches
.
It should fix the list of missing patches (not the RPU or other update function from XO) -
RE: 2CRSI BIOS update not available
Well, the problem is here then.
The XAPI reportsNULL (NULL)
so XO can't compare your bios version and display if it is up to date or not.@olivierlambert Do you know why there is no value here?
-
RE: 2CRSI BIOS update not available
Good catch for the extra underscore, it will be fixed, BTW xo-cli should not return
true
. In your host's Advanced tab, what is shown inManufacturer Information
andBIOS Information
? -
RE: 2CRSI BIOS update not available
Hi.
The IPMI plugin is only used to display hardware information if you are usingmona_1.44gg
.To display if a BIOS update is available, we mainly fetch this endpoint: https://pictures.2cr.si/Images_site_web_Odoo/Pages_produit/VATES-BIOS_BMC_last-version.json
Does your host have access to this endpoint?
What is the ouput ofxo-cli host.getBiosInfo id=<host-id>
-
RE: Tag management for Storage not able to choose from existing tags
Hi
Indeed. We will see how we can fix this bug.
Thanks -
RE: Lots of performance alerts after upgrading XO to commit aa490
@JamfoFL As the bug appears to be non-trivial, Iβll create the issue on our end, and then weβll see with the team to schedule this task. Weβll keep you updated here.
-
RE: Lots of performance alerts after upgrading XO to commit aa490
Hi. I am finally able to reproduce the end of alert issue.
However, I was only able to reproduce if I used the "ALL *" options and not by manually selecting the objects to monitor. Can you confirm that you are usingAll running VMs/Hosts/SRs
? -
RE: XCP-ng 8.2.1 Guest UEFI Secure Boot
I see that the bug is actually already fixed on the latest version (
5.98.1
). -
RE: XCP-ng 8.2.1 Guest UEFI Secure Boot
Hi @TwoPlus1, thanks for the report. I can reproduce the bug. We will fix this for the next release (
5.99
)` -
RE: Question on permissions
Hi @rtjdamen
In the VM's advanced tab, in the
Misc
section, you should seeResource set
with a selector.
-
RE: Attach PCIs - Not enough permissions
Hi
Fix available on the master branch.
Commit: b539b -
RE: Attach PCIs - Not enough permissions
Hi @abudef
A fix is available on the branchfix-attach-pci
-
RE: Attach PCIs - Not enough permissions
Hi @abudef thanks for the report. I spotted where the bug came from and I will fix it soon.