From a2cce154b4af157b1ead9abdf7a6c1ce6f237042 Mon Sep 17 00:00:00 2001 From: Bartosz Fenski Date: Sun, 27 Oct 2024 18:21:11 +0100 Subject: [PATCH] check nomap=ignore --- pkg/plugin/mount.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/plugin/mount.go b/pkg/plugin/mount.go index 44c9b40..738d922 100644 --- a/pkg/plugin/mount.go +++ b/pkg/plugin/mount.go @@ -308,6 +308,7 @@ func mountPVCOverSSH( "-o", fmt.Sprintf("IdentityFile=%s", tmpFile.Name()), "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", + "-o", "nomap=ignore" fmt.Sprintf("%s@localhost:/volume", sshUser), localMountPoint, "-p", fmt.Sprintf("%d", port),