]> git.proxmox.com Git - pve-storage.git/commitdiff
bump version to 3.0-6 and fix bug from previous commit
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 14 May 2013 09:25:03 +0000 (11:25 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 14 May 2013 09:26:23 +0000 (11:26 +0200)
Makefile
PVE/API2/Storage/Status.pm
changelog.Debian

index 164bec468c674f29eb612d55c71f55099d4ef4ce..a4af7b10ae3c86ba625038a81ea83d08c9652b32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.0
 
 VERSION=3.0
 PACKAGE=libpve-storage-perl
-PKGREL=5
+PKGREL=6
 
 DESTDIR=
 PREFIX=/usr
index 09192df36dfd5c798894853ad5a1079e22e2198b..815f1c86f941df2c68d91e21adf058253dea0a58 100644 (file)
@@ -53,7 +53,8 @@ __PACKAGE__->register_method ({
            enabled => {
                description => "Only list stores which are enabled (not disabled in config).",
                type => 'boolean',
-               optional => 0,
+               optional => 1,
+               default => 0,
            },
            target => get_standard_option('pve-node', {
                description => "If target is different to 'node', we only lists shared storages which " .
index b35e8f8f892869b62bbf69f64c654e6d22f15c4b..78ac634f29aaf38ed4b8a6fe68d581cdf0c96a13 100644 (file)
@@ -1,3 +1,9 @@
+libpve-storage-perl (3.0-6) unstable; urgency=low
+
+  * fix bug from previous commit (parameter 'enabled' is optional) 
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 May 2013 11:24:38 +0200
+
 libpve-storage-perl (3.0-5) unstable; urgency=low
 
   * extend storage list API with useful parameters for clone