]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/Config.pm
add missing "use PVE::Storage::LVMPlugin;"
[pve-storage.git] / PVE / API2 / Storage / Config.pm
index 7856f45bd3886223998ae54d0f9a14b1547a56a4..a7d9bf6040cbcb8b79e094dea1762f114b51e5f6 100755 (executable)
@@ -8,6 +8,7 @@ use PVE::Tools qw(extract_param);
 use PVE::Cluster qw(cfs_read_file cfs_write_file);
 use PVE::Storage;
 use PVE::Storage::Plugin;
+use PVE::Storage::LVMPlugin;
 use HTTP::Status qw(:constants);
 use Storable qw(dclone);
 use PVE::JSONSchema qw(get_standard_option);