diff --git a/internal/csi-common/utils.go b/internal/csi-common/utils.go index e4f5c5933..c7a8366b5 100644 --- a/internal/csi-common/utils.go +++ b/internal/csi-common/utils.go @@ -64,7 +64,7 @@ func NewDefaultNodeServer(d *CSIDriver, t string, topology map[string]string) *D return &DefaultNodeServer{ Driver: d, Type: t, - Mounter: mount.New(""), + Mounter: mount.NewWithoutSystemd(""), } }