add missing "use PVE::Storage::LVMPlugin;"
This commit is contained in:
@ -8,6 +8,7 @@ use PVE::Tools qw(extract_param);
|
|||||||
use PVE::Cluster qw(cfs_read_file cfs_write_file);
|
use PVE::Cluster qw(cfs_read_file cfs_write_file);
|
||||||
use PVE::Storage;
|
use PVE::Storage;
|
||||||
use PVE::Storage::Plugin;
|
use PVE::Storage::Plugin;
|
||||||
|
use PVE::Storage::LVMPlugin;
|
||||||
use HTTP::Status qw(:constants);
|
use HTTP::Status qw(:constants);
|
||||||
use Storable qw(dclone);
|
use Storable qw(dclone);
|
||||||
use PVE::JSONSchema qw(get_standard_option);
|
use PVE::JSONSchema qw(get_standard_option);
|
||||||
|
|||||||
Reference in New Issue
Block a user