From 61a4a208c15c29683eaed8a1315bde054a4d0862 Mon Sep 17 00:00:00 2001 From: Lichen Liu Date: Fri, 12 Jul 2024 09:41:59 +0800 Subject: [PATCH] Temporary disable PrivateTmp=yes Using Privatetmp=yes will cause mountinfo changes, which will cause kdump started via systemd to fail in scenarios using bind mount such as coreos. Temporarily disable it until the bind mount problem is resolved. Fixes: ea00b7db("kdumpctl: Move temp file in get_kernel_size to global temp dir") Signed-off-by: Lichen Liu --- kdump.service | 1 - 1 file changed, 1 deletion(-) diff --git a/kdump.service b/kdump.service index 15405dc0..99feed87 100644 --- a/kdump.service +++ b/kdump.service @@ -11,7 +11,6 @@ ExecStop=/usr/bin/kdumpctl stop ExecReload=/usr/bin/kdumpctl reload RemainAfterExit=yes StartLimitInterval=0 -PrivateTmp=yes [Install] WantedBy=multi-user.target