]> git.proxmox.com Git - pve-storage.git/commitdiff
add missing "use PVE::Storage::LVMPlugin;"
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Mar 2018 11:54:06 +0000 (12:54 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Mar 2018 11:54:06 +0000 (12:54 +0100)
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);