Difference between revisions of "Proxmox VE Kernel"

From Proxmox VE
Jump to navigation Jump to search
(add PVE 5.X)
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Introduction=
+
== Introduction ==
Proxmox VE supports currently three kernel branches, each one with minor feature differences. Beginning with 1.6 the 2.6.32 is the default and recommended branch. (Proxmox VE 0.9 beta till Proxmox 1.4 used 2.6.24, Proxmox 1.5 used 2.6.18).
+
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.35. Depending on the features, some migrations are only possible between identical kernels.
+
== 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.
  
For correctly effecting a kernel change, it may be necessary to '''edit''' the '''/etc/fstab''' file for the '''/boot''' mount.
+
== 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.18=
+
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).
*Stable 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.
*Stable KVM
 
  
==How to install 2.6.18==
+
== 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.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.
+
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.24 (outdated)=
+
== Proxmox VE 3.x ==
'''Note''': not compatible to the latest vzctl 3.0.26 (missing vzeventd), => you need to switch to a newer branch
 
*OpenVZ
 
*KVM
 
  
==How to install 2.6.24==
+
Proxmox VE 3.x supports currently two kernel branches. Support for 3.x will end in April 2016.
<pre>aptitude update
 
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.
+
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 2.6.32=
+
=== Kernel 3.10 ===
*Latest KVM
+
* Latest KVM
*Newest OpenVZ (maintained development branch)
+
* NO OpenVZ support
*Default Kernel branch since Proxmox VE 1.6
+
* LXC supported
==How to install 2.6.32==
+
* based on RHEL7x
<pre>aptitude update
+
* Default Kernel for 4.x
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.
+
=== Kernel 2.6.32 ===
 +
* Latest KVM
 +
* Stable OpenVZ
 +
* based on RHEL6x now
 +
* Default Kernel for 3.x and lower
  
=Kernel 2.6.35=
+
[[Category: HOWTO]] [[Category: Installation]]
*Latest KVM (KSM support)
 
*No OpenVZ
 
 
 
==How to install 2.6.35==
 
 
 
<pre>aptitude update
 
aptitude safe-upgrade
 
aptitude install proxmox-ve-2.6.35</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.
 
 
 
[[Category: HOWTO]][[Category: Technology]][[Category: Installation]]
 

Revision as of 08:01, 22 August 2018

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 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