From 885dd2addf1661b678919f2cedc6dc5e38200f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sj=C3=B6lund?= Date: Sat, 9 Mar 2024 16:29:43 +0100 Subject: [PATCH] [CI:DOCS] performance: fix URL and kernel version requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix broken URL. Fix kernel version requirement for native overlay rootless support. Reference: https://www.redhat.com/sysadmin/podman-rootless-overlay Signed-off-by: Erik Sjölund --- docs/tutorials/performance.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/performance.md b/docs/tutorials/performance.md index 660479707a..2820d89ee3 100644 --- a/docs/tutorials/performance.md +++ b/docs/tutorials/performance.md @@ -83,7 +83,9 @@ because different UID/GID mappings could potentially be used on each invocation. __--userns__, __--uidmap__ and __--gidmap__ the performance penalty is a one-time cost that only occurs the first time the command is run. -Using native overlayfs as an unprivileged user is only available for Podman version >= 3.1 on a Linux kernel version >= 5.12. Native overlayfs support is included in RHEL >= 8.5, see release notes [here](http://www.reddit.comhttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.5_release_notes/index). +Using native overlayfs as an unprivileged user is available for Podman version >= 3.1 on a Linux kernel version >= 5.13. +If SELinux is not used, then Linux kernel version 5.11 or later is sufficient. +Native overlayfs support is included in RHEL >= 8.5, see [release notes](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.5_release_notes/index). To show the current storage driver