XCP-ng 8.0.0 Release Candidate
-
@r1 I think we will provide the latest 4.19.x kernel as an alternate kernel for those who need it and keep the Citrix one by default.
-
@stormi and @r1 Having the latest 4.19 kernel available would be great. It will also not require much effort from my side.
Update: @r1 build an rpm for your kernel with the citrix ddk 8.0.0 (and an suitable zfs-kmod package). Installed both on the G7 Microserver and ipmi_si works fine again. So thank you for providing the sources on github!
-
@achim71 I suppose you meant "built"..
XCP-NG has its own variant of DDK at https://github.com/xcp-ng/xcp-ng-build-env
Edit: replied on wrong topic.
-
Is there any possibility to make installer nonGUI?
On my Ryzen 2400G can't load, it boots up, and after choosing installer the screen is just blank. Tried the same image on VM it starts the installer, but with some graphics.Addon: ok, i changed 8192M to 2048M in grub.cfg and was able to install the system. Everything is working fine. Now, i got a question: i did yum update and system told me that there is a new kernel with newer xcp-ng:
kernel x86_64 4.19.19-5.0.9.xcpng8.0 xcp-ng-base 30 M
xcp-ng-release x86_64 8.0.0-12 xcp-ng-base 15 k
xcp-ng-release-config x86_64 8.0.0-12 xcp-ng-base 350 k
xenserver-firstboot noarch 1.0.11-1.1.xcpng8.0 xcp-ng-base 20 kAfter installing and rebooting, it still shows that kernel is 4.19.0 - any idea how to fix? (not sure if xcp-ng itself updated to 8.0.0-12, in xsconsole it shows as 8.0.0)
-
The new kernel has the same version, except that it has been patched for a security issue. All good.
There's no such thing as XCP-ng 8.0.0-12 either. 12 is the release number of the xcp-ng-release RPM package, version is 8.0.0.
-
Those having the 8.0 RC1 running, does live migration from shared storage to local storage (on the same host that is currently running the VM) work for you?
-
Hey
I tried today to update version 7.6 to version 8.0 RC. Sadly the installer did not start.
In normal upgrade mode the installer just hangs with a black screen and when i tried the installation in safe mode the installer halted with the message:(XEN)[ 34.0279] Hardware Dom0 halted: halting maschine
I have uploaded an image of the boot screen in safe mode:
image -
Today i found out, that my xcp was restarted at 3.51AM. There is no crash dump in xcp center. Where do i look to find out what happened?
-
@dave-opc whats the XCP-ng version?
Did you see -
-
@r1
I thought it's obvious if i am asking in 8.0RC1 thread, that i have this verison. -
@dave-opc Making sure that the version is up to date.
Did you find anything in
/var/log/kern.log
? -
@EliasSeccom Does ALT + Arrow keys (Left/Right) show you any erroneous messages? On one of the screen, there is a shell available.
If its a hang which is not letting you do anything, you can attach a serial console and see if it outputs any stacktraces.
-
Kern log file shows that it booted at that time, at least i don't see any errors. (file attached)
It looks like it was just reset and started booting, but i doubt there was an electricity outage, as my xcp is powered by ippon back basic 1050. -
@dave-opc To know more on next incident, you may add
noreboot
options tomultiboot2 /boot/xen.gz
in/etc/grub.cfg
file against default kernel boot entry. -
Got another issue with RC1:
I got 2 xcp ng servers. 1st at home on 8.0rc1 and 2nd remote on 7.6
When i had at home 7.6 (before upgrade) my continuous replication task in XOA was working fine. Every night copying VM to home server.
After upgrading to 8.0RC1 XOA starts copying. I can see [importing....] in xcp center, but after transfering the file, xoa ends with error
I thought i had a problem with iscsi drive, connected to xcp, but i also tried copying to my main sr (nvme) and got the same error. -
You are doing CR from 8.0 to 7.6?
-
@olivierlambert
from 7.6 to 8
P.S. just checked. the other way from 8 to 7.6 CR is working fine.
Also copying VM from 7.6 to 8 is working. - problem with CR 7.6 -> 8 -
Okay so it's maybe something related to how VDI are handled in the "opposite" way (newer to older).
I would suggest to get everything at the same level if possible. Ideally, try to test from a 8.0 to a 8.0 to be sure it's a version diff that cause the issue.
-
@olivierlambert
Of course i will try that, but can't install 8.0 on production pc yet. Will wait for 8.0 release.
I just posted this issue, so maybe you or someone will try to do CR 7.6 -> 8.0RC1 and see if the issue still exists. -
XCP-ng 8.0 will now have the EPEL repositories added - but disabled - by default, in order to avoid users add it and not notice that adding it automatically leaves it enabled.
I have also written this detailed page that attempts to cover the subjet of installing additional packages to dom0: https://github.com/xcp-ng/xcp/wiki/Additional-packages
By the way, various new utilities have been added to XCP-ng repositories for 8.0, I won't list them here, but you can find the answer in that page (how to lure people into reading it...)