XCP-ng Center 25.04 Released
-
Hi this is the result with pdb installed:
and:
and the log:
-
@uberiain I think i got it to work on 8.4 (Though in that version it uses XenServer) and I also added Citrix Hypervisor to that check as well just to be safe, but look @ the newest vNext build in GitHub Actions for a build that supports that.
-
@michael.manley Thanks for the update! I still use it, mostly for the direct (not web based) console and it can still do a few things XO does not.
The update did not replace the old version (also different install location), but that's ok. I just uninstalled the old one and reconnected to the XCP servers.
-
@michael.manley
Hi, I test Build 25120 ( rev: d7ac261f ) and Is working with XenServer 8.2 CU 1 and XCP-ng 8.2 LTS.Great Work, thanks for all
-
Working well for me on XCP 8.3. Thanks for all your hard work on this!
-
Hello, I noticed that in this new version there is no option to connect to the server via Active Directory. I still use version 20.04.01 and this feature would be very useful. I would appreciate it if you could return this option.
-
said in XCP-ng Center 25.04 Released:
Hello, I noticed that in this new version there is no option to connect to the server via Active Directory. I still use version 20.04.01 and this feature would be very useful. I would appreciate it if you could return this option.
-
@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.