fix lvmscan

This commit is contained in:
Dietmar Maurer
2012-07-25 15:50:23 +02:00
parent 7028645e2e
commit 6d64e9e065
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.1
VERSION=2.0
PACKAGE=libpve-storage-perl
PKGREL=26
PKGREL=27
DESTDIR=
PREFIX=/usr

View File

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

View File

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