XCP-ng Center 25.04 Released
-
@crismarcul Yes, I would also like this option. It is essential.
-
@crismarcul Authenticate via AD or somthing else? I remember seeing before that the auth via AD code in XCP-ng itself was removed to require use of XO instead but I'm not 100% sure.
-
@michael.manley The "Join Domain" option in the Users tab.
Keeping this will be very useful.
-
Hi, with this modification on MainWindow.cs in
private List<TabPage> GetNewTabPages()
adding this at the end:
if (!multi && !SearchMode && (isPoolSelected || isHostSelected && isHostLive)) newTabs.Add(TabPageAD);
the AD tab appears:
I test this modification and is working.
Maybe @michael.manley can update this and the modification to support attach iSCSI SR without error with gfs2
-
Lovin' this.... thank you for picking it up. Great tool to have.
-
@uberiain said in XCP-ng Center 25.04 Released:
Maybe @michael.manley can update this and the modification to support attach iSCSI SR without error with gfs2
GFS2 isn't supported in XCP-ng at all, and is only supported in Citrix Hypervisor, the fact that it works is pure chance.
-
@DustinB I think I expressed myself poorly; the iSCSI SR creation test does not remove the gfs2 check and does not allow it to be created as LVM.
In LVMoISCSI.cs if you set:
var performSecondProbe = Helpers.KolkataOrGreater(Connection) && !Helpers.FeatureForbidden(Connection, Host.RestrictCorosync);
The SR can be created.
-
This post is deleted! -
@michael.manley
Sorry to ask, but I can not find any code/compiled program to download on this page.
I find this github page not user friendly at all - maybe fine for developers, not for users. Maybe I just dont see it...Could you please shed some light on it, that I can download it?
Thanks for your help! -
@JBlessing At the bottom of the release page (https://github.com/xcp-ng/xenadmin/releases/tag/v25.04) are the links to download either the MSI installer or a Zip file containing the entire application (if you want a portable package).
-
@kagbasi-ngc Thanks for your help. I found the culprit: Brightcloud Webfilter was blocking parts of the github site - I was wondering why it looked so .. weird...
My fault not checking it beforehand. -
@JBlessing You're welcome!