Difference between revisions of "Proxmox VE Kernel"

From Proxmox VE
Jump to navigation Jump to search
(Added updates for 2.6.32)
(43 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Introduction=
+
== Introduction ==
Proxmox publishes three kernel branches, each one with minor feature differences. Beginning with 1.5 the 2.6.18 is the default and recommended branch. (Proxmox VE 0.9 beta till Proxmox 1.4 used 2.6.24).
+
Kernel versions in use in various Proxmox VE versions are listed here.
  
A Proxmox VE cluster master can manage a mixed kernel setup. For example, you can run two nodes with 2.6.18 and two nodes with 2.6.32 and also nodes with 2.6.24. Depending on the features, some migrations are only possible between identical kernels.
+
== Linux Kernel ==
2.6.18 and 2.6.24 kernel branches are using [[DRBD]] 8.3.4, 2.6.32 uses 8.3.7 (DRBD is now integrated in the Kernel).
+
The Linux kernel is a Unix-like operating system kernel. Released under the GNU General Public License version 2 (GPLv2) and developed by contributors worldwide, Linux is one of the most prominent examples of free software.
  
For correctly effecting a kernel change, it may be necessary to '''edit''' the '''/etc/fstab''' file for the '''/boot''' mount.
+
== Proxmox VE 7.x ==
 +
The current stable 7.x release uses currently the 5.13 kernel, derived from Ubuntu 21.10, as default. The 5.15 based LTS kernel, derived from the upcoming
 +
Ubuntu 22.04 downstream repository, is provided as opt-in. It will be the new default in Proxmox VE 7.2 planned for 2022/Q2.
  
=Kernel 2.6.18=
+
== Proxmox VE 6.x ==
*Stable OpenVZ
+
The current stable 6.x release uses latest Ubuntu 20.04 based kernel, which will be regularly updated. The first stable 6.0 release is based on 5.0 Linux kernel (Ubuntu 19.10).
*Stable KVM (Note: no scsi emulation for guests, only IDE and VIRTIO)
 
  
==How to install 2.6.18==
+
Since Proxmox VE 6.2 it is based on the 5.4 LTS Linux Kernel (using the Ubuntu 20.04 LTS Focal Kernel as a base).
<pre>aptitude update
 
aptitude safe-upgrade
 
aptitude install proxmox-ve-2.6.18</pre>
 
  
To make sure that you boot into the new kernel, check /boot/grub/menu.lst. Now reboot and check if the system is running the right kernel.
+
== Proxmox VE 5.x ==
 +
The current stable 5.x release uses latest Ubuntu 18.04 based kernel, which will be regularly updated. The first stable 5.0 release is based on 4.13 Linux kernel (Ubuntu 17.10 Artful).
  
=Kernel 2.6.24=
+
Since Proxmox VE 5.2 it is based on the 4.15 LTS Linux Kernel (using the Ubuntu 18.04 LTS Bionic Kernel as a base).
*OpenVZ
+
The 4.13 received some updates after adoption of 4.15 as initially some hardware issues (NIC, SCSI) arose - those should be fixed by now and we heavily suggest switching over to the 4.15 kernel by installing the pve-kernel-4.15 meta package - it includes, among other fixes, important security enhancements.
*KVM
 
  
==How to install 2.6.24==
+
== Proxmox VE 4.x ==
<pre>aptitude update
+
The old stable 4.x release uses latest Ubuntu 16.04 based kernel, which will be regularly updated. The first 4.0 release was based on 4.2 Linux kernel.
aptitude safe-upgrade
 
aptitude install proxmox-ve-2.6.24</pre>
 
  
To make sure that you boot into the new kernel, check /boot/grub/menu.lst. Now reboot and check if the system is running the right kernel.
+
Since Proxmox VE 4.2 it is based on the 4.4 LTS Linux Kernel (using the Ubuntu 16.04 LTS Xenial Kernel as a base).
  
=Kernel 2.6.32=
+
== Proxmox VE 3.x ==
*Latest KVM
 
*Newest OpenVZ (maintained development branch)
 
*Default Kernel branch since Proxmox VE 1.6
 
==How to install 2.6.32==
 
<pre>aptitude update
 
aptitude safe-upgrade
 
aptitude install proxmox-ve-2.6.32</pre>
 
  
To make sure that you boot into the new kernel, check /boot/grub/menu.lst. Now reboot and check if the system is running the right kernel.
+
Proxmox VE 3.x supports currently two kernel branches. Support for 3.x will end in April 2016.
  
[[Category: HOWTO]][[Category: Technology]][[Category: Installation]]
+
A Proxmox VE cluster can manage a mixed kernel setup. Depending on the features, some migrations are only possible between identical kernels or identical KVM versions.
 +
 
 +
=== Kernel 3.10 ===
 +
* Latest KVM
 +
* NO OpenVZ support
 +
* LXC supported
 +
* based on RHEL7x
 +
* Default Kernel for 4.x
 +
 
 +
=== Kernel 2.6.32 ===
 +
* Latest KVM
 +
* Stable OpenVZ
 +
* based on RHEL6x now
 +
* Default Kernel for 3.x and lower
 +
 
 +
[[Category: HOWTO]] [[Category: Installation]]

Revision as of 12:11, 25 February 2022

Introduction

Kernel versions in use in various Proxmox VE versions are listed here.

Linux Kernel

The Linux kernel is a Unix-like operating system kernel. Released under the GNU General Public License version 2 (GPLv2) and developed by contributors worldwide, Linux is one of the most prominent examples of free software.

Proxmox VE 7.x

The current stable 7.x release uses currently the 5.13 kernel, derived from Ubuntu 21.10, as default. The 5.15 based LTS kernel, derived from the upcoming Ubuntu 22.04 downstream repository, is provided as opt-in. It will be the new default in Proxmox VE 7.2 planned for 2022/Q2.

Proxmox VE 6.x

The current stable 6.x release uses latest Ubuntu 20.04 based kernel, which will be regularly updated. The first stable 6.0 release is based on 5.0 Linux kernel (Ubuntu 19.10).

Since Proxmox VE 6.2 it is based on the 5.4 LTS Linux Kernel (using the Ubuntu 20.04 LTS Focal Kernel as a base).

Proxmox VE 5.x

The current stable 5.x release uses latest Ubuntu 18.04 based kernel, which will be regularly updated. The first stable 5.0 release is based on 4.13 Linux kernel (Ubuntu 17.10 Artful).

Since Proxmox VE 5.2 it is based on the 4.15 LTS Linux Kernel (using the Ubuntu 18.04 LTS Bionic Kernel as a base). The 4.13 received some updates after adoption of 4.15 as initially some hardware issues (NIC, SCSI) arose - those should be fixed by now and we heavily suggest switching over to the 4.15 kernel by installing the pve-kernel-4.15 meta package - it includes, among other fixes, important security enhancements.

Proxmox VE 4.x

The old stable 4.x release uses latest Ubuntu 16.04 based kernel, which will be regularly updated. The first 4.0 release was based on 4.2 Linux kernel.

Since Proxmox VE 4.2 it is based on the 4.4 LTS Linux Kernel (using the Ubuntu 16.04 LTS Xenial Kernel as a base).

Proxmox VE 3.x

Proxmox VE 3.x supports currently two kernel branches. Support for 3.x will end in April 2016.

A Proxmox VE cluster can manage a mixed kernel setup. Depending on the features, some migrations are only possible between identical kernels or identical KVM versions.

Kernel 3.10

  • Latest KVM
  • NO OpenVZ support
  • LXC supported
  • based on RHEL7x
  • Default Kernel for 4.x

Kernel 2.6.32

  • Latest KVM
  • Stable OpenVZ
  • based on RHEL6x now
  • Default Kernel for 3.x and lower