]> git.proxmox.com Git - pve-storage.git/commitdiff
fix lvmscan
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 25 Jul 2012 13:50:23 +0000 (15:50 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 25 Jul 2012 13:50:23 +0000 (15:50 +0200)
Makefile
PVE/API2/Storage/Scan.pm
changelog.Debian

index 411d068b159c914eb296425a0294cec978d52690..1af2278667e475bff0c2f5d9e78ca7260d834614 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.1
 
 VERSION=2.0
 PACKAGE=libpve-storage-perl
-PKGREL=26
+PKGREL=27
 
 DESTDIR=
 PREFIX=/usr
index d0c3c6e25108982b06cb29c4adf9cf57295ff9cc..650336940a0357a7512cd7fab8e8b312c5ee8679 100644 (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');
     }});
 
index 9878bfe4dc5cee414a42d8588350e440c0db2f07..de987fb28b58d5c00746596ecf76043dbf270f8d 100644 (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