public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs] software updates: mention how to handle kernel upgrades
@ 2021-05-11 13:19 Oguz Bektas
  0 siblings, 0 replies; only message in thread
From: Oguz Bektas @ 2021-05-11 13:19 UTC (permalink / raw)
  To: pve-devel

and the friendly reminder for rebooting

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
 system-software-updates.adoc | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/system-software-updates.adoc b/system-software-updates.adoc
index 013e171..a8f2203 100644
--- a/system-software-updates.adoc
+++ b/system-software-updates.adoc
@@ -17,3 +17,30 @@ features, see `man apt-get`, or <<Hertzog13>> for additional information.
 
 TIP: Regular updates are essential to get the latest patches and security
 related fixes. Major system upgrades are announced in the {forum}.
+
+
+Kernel Upgrades and Reboots
+-----------------------------
+
+In case of a kernel upgrade (package `pve-kernel`), reboot your host to avoid issues.
+
+See which kernel is running:
+
+----
+# pveversion
+pve-manager/6.4-6/be2fa32c (running kernel: 5.4.106-1-pve)
+# uname -r
+5.4.106-1-pve
+----
+
+And check which ones are installed:
+
+----
+# ls -1 /lib/modules | sort -V
+5.4.73-1-pve
+5.4.103-1-pve
+5.4.106-1-pve
+5.4.114-1-pve <--- new kernel installed but not running
+----
+
+If the latest installed kernel version does not match the running one, then you should reboot the host.
-- 
2.20.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-11 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 13:19 [pve-devel] [PATCH docs] software updates: mention how to handle kernel upgrades Oguz Bektas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal