-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to the next PVE-7.1-10 #54
Comments
An update to 7.1-10 would be good for my OCD, but It's not likely that migrating an x86 architecture VM to an arm host would work even with matching versions, at least not without a lot of work. @Sysadminfromhell You should stick to migrating between nodes of the same architecture. If you only have the 2 nodes, then I wouldn't expect migration features to work for you. |
As far as I know it should be possible if you remove cpu: and add arch:aarch64. |
Just updated the repo to 7.1-10. |
Thansks for your great work! But i cant install the new Kernel:
|
At some point in the past you will have held back updates to the kernel to avoid things breaking (a good move!). You now need to undo this: apt-mark unhold raspberrypi-kernel |
I did that, now it works. Thanks! |
@aanon4
|
its 100% safe, i did it the same way. |
@varoudis I absolutely understand the anxiety, but it's safe. If you want to do it bit-by-by you can, by upgrading packages one at a time by hand at the comment line. They will pull in their dependencies and you can check them before you confirm. The only thing to watch is if these bit-by-bit upgrades say they'll REMOVE (it says it in big letters) packages ... that's usually very bad. |
just to confirm, all good here. I did a normal apt update and upgrade. thank you both! |
Hey there,
long time, no see :)
Short question:
Im using the PVE 7.1-10 on my Intel Nuc as a x64 Maschine for VMs.
Now i setup a HA Cluster with the PiMox (7.1-8).
I have the problem, that the migration between both nodes fails, the support of Proxmox said that it is likely because of the different versions of the qemu-server and pve-qemu-kvm.
Version on the 7.1-10: qemu-server (7.1-4), pve-qemu-kvm (6.1.1-2)
Version on the 7.1-8: qemu-server (7.1-4rpve1), pve-qemu-kvm (6.0.0-4)
Also the support recommend to upgrade the kernel of the PiMox to the same as in my Intel Nuc:
proxmox-ve: 7.1-1 (running kernel: 5.15.19-2-pve)
On the Pi its still:
proxmox-ve: 7.1-1 (running kernel: 5.10.83-1-pve)
Is there any chance u could upgrade the packages and also provide the new 5.15. kernel?
Or at least tell us how to compile the new Kernel?
Kind regards,
The text was updated successfully, but these errors were encountered: