fix lvmscan
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.1
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=libpve-storage-perl
|
PACKAGE=libpve-storage-perl
|
||||||
PKGREL=26
|
PKGREL=27
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|||||||
@ -5,6 +5,7 @@ use warnings;
|
|||||||
|
|
||||||
use PVE::SafeSyslog;
|
use PVE::SafeSyslog;
|
||||||
use PVE::Storage;
|
use PVE::Storage;
|
||||||
|
use PVE::Storage::LVMPlugin;
|
||||||
use HTTP::Status qw(:constants);
|
use HTTP::Status qw(:constants);
|
||||||
use PVE::JSONSchema qw(get_standard_option);
|
use PVE::JSONSchema qw(get_standard_option);
|
||||||
|
|
||||||
@ -155,7 +156,7 @@ __PACKAGE__->register_method ({
|
|||||||
code => sub {
|
code => sub {
|
||||||
my ($param) = @_;
|
my ($param) = @_;
|
||||||
|
|
||||||
my $res = PVE::Storage::lvm_vgs();
|
my $res = PVE::Storage::LVMPlugin::lvm_vgs();
|
||||||
return PVE::RESTHandler::hash_to_array($res, 'vg');
|
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
|
libpve-storage-perl (2.0-26) unstable; urgency=low
|
||||||
|
|
||||||
* better timeout handling for nfs/iscsi
|
* better timeout handling for nfs/iscsi
|
||||||
|
|||||||
Reference in New Issue
Block a user