]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ZFSPlugin.pm
zfs: auto import after reboot
[pve-storage.git] / PVE / Storage / ZFSPlugin.pm
index d8acce92a4a3c4dff0cbf5899f8c5c9c5c024609..43cfcd815729e0f39f0d064f1eb792c60b098a1e 100644 (file)
@@ -350,4 +350,9 @@ sub volume_has_feature {
     return undef;
 }
 
+sub activate_storage {
+    my ($class, $storeid, $scfg, $cache) = @_;
+    return 1;
+}
+
 1;