From 71ffac206bdbdbf8b4f7c53d59d628028512a1b6 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 19 Mar 2024 14:36:42 +0000 Subject: [PATCH] changelog: Add entry for multipath realtime change Signed-off-by: Jeremi Piotrowski --- changelog/changes/2024-03-19-multipath.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2024-03-19-multipath.md diff --git a/changelog/changes/2024-03-19-multipath.md b/changelog/changes/2024-03-19-multipath.md new file mode 100644 index 0000000000..1f01cd6e2d --- /dev/null +++ b/changelog/changes/2024-03-19-multipath.md @@ -0,0 +1 @@ +- Disabled real-time priority for multipathd as it prevents the cgroups2 cpu controller from working. ([flatcar/scripts#1771](https://github.com/flatcar/scripts/pull/1771))