add missing "use PVE::Storage::LVMPlugin;"

This commit is contained in:
Dietmar Maurer
2018-03-16 12:54:06 +01:00
parent fa1b42dd98
commit 304344ce34

View File

@ -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);