diff --git a/PVE/Storage/ZFSPoolPlugin.pm b/PVE/Storage/ZFSPoolPlugin.pm index 4bf6d50..4f16351 100644 --- a/PVE/Storage/ZFSPoolPlugin.pm +++ b/PVE/Storage/ZFSPoolPlugin.pm @@ -531,7 +531,7 @@ sub activate_storage { if ($@ || !defined($res) || $res !~ $pool) { eval { - @param = ('-d', '/dev/disk/by-id/', "$pool"); + @param = ('-d', '/dev/disk/by-id/', '-o', 'cachefile=none', "$pool"); $class->zfs_request($scfg, undef, 'zpool_import', @param); }; die "could not activate storage '$storeid', $@\n" if $@;