all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Oguz Bektas <o.bektas@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH docs] software updates: mention how to handle kernel upgrades
Date: Tue, 11 May 2021 15:19:34 +0200	[thread overview]
Message-ID: <20210511131934.1049362-1-o.bektas@proxmox.com> (raw)

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




                 reply	other threads:[~2021-05-11 13:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210511131934.1049362-1-o.bektas@proxmox.com \
    --to=o.bektas@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal