From 3c8db71428b2e30e94a82f036705e1c75c9174c8 Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Tue, 30 Jul 2024 00:07:35 +0300 Subject: [PATCH] disable failing nvmf-autoconnect.service --- userspace/services.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userspace/services.sh b/userspace/services.sh index bbacfbf..a85c739 100755 --- a/userspace/services.sh +++ b/userspace/services.sh @@ -63,3 +63,8 @@ systemctl disable nfs-client.target systemctl disable remote-fs-pre.target # Failed to disable unit, unit run-rpc_pipefs.mount does not exist. # systemctl disable run-rpc_pipefs.mount + +# Disable nvmf service since no NVMe-oF in the old kernel +# this service fails in 24.04, while failing silently on 20.04 +# no influence on C3 NVMe nor nvme smart-log, which work fine +systemctl disable nvmf-autoconnect.service