fix lvmscan
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.1
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=libpve-storage-perl
|
||||
PKGREL=26
|
||||
PKGREL=27
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
||||
@ -5,6 +5,7 @@ use warnings;
|
||||
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::Storage;
|
||||
use PVE::Storage::LVMPlugin;
|
||||
use HTTP::Status qw(:constants);
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
|
||||
@ -155,7 +156,7 @@ __PACKAGE__->register_method ({
|
||||
code => sub {
|
||||
my ($param) = @_;
|
||||
|
||||
my $res = PVE::Storage::lvm_vgs();
|
||||
my $res = PVE::Storage::LVMPlugin::lvm_vgs();
|
||||
return PVE::RESTHandler::hash_to_array($res, 'vg');
|
||||
}});
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
libpve-storage-perl (2.0-27) unstable; urgency=low
|
||||
|
||||
* fix lvmscan
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 25 Jul 2012 15:49:59 +0200
|
||||
|
||||
libpve-storage-perl (2.0-26) unstable; urgency=low
|
||||
|
||||
* better timeout handling for nfs/iscsi
|
||||
|
||||
Reference in New Issue
Block a user