api: fixup: commit change to storage module

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-12-02 11:45:33 +01:00
parent ca51630938
commit f5b6ccb1d5

View File

@ -31,7 +31,7 @@ use PVE::API2::Subscription;
use PVE::API2::Services; use PVE::API2::Services;
use PVE::API2::Network; use PVE::API2::Network;
use PVE::API2::Tasks; use PVE::API2::Tasks;
use PVE::API2::Scan; use PVE::API2::Storage::Scan;
use PVE::API2::Storage::Status; use PVE::API2::Storage::Status;
use PVE::API2::Qemu; use PVE::API2::Qemu;
use PVE::API2::Qemu::CPU; use PVE::API2::Qemu::CPU;
@ -107,7 +107,7 @@ __PACKAGE__->register_method ({
}); });
__PACKAGE__->register_method ({ __PACKAGE__->register_method ({
subclass => "PVE::API2::Scan", subclass => "PVE::API2::Storage::Scan",
path => 'scan', path => 'scan',
}); });