diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Storage/Config.pm index 7856f45..a7d9bf6 100755 --- a/PVE/API2/Storage/Config.pm +++ b/PVE/API2/Storage/Config.pm @@ -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);