Fix #1542: show storage utilization per pool

- get storage utilization per pool
 - use librados2-perl for pool status
 - add librados2-perl as build-depends and depends in debian/control

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich
2018-04-13 14:28:31 +02:00
committed by Dietmar Maurer
parent 32c0a1d59b
commit 41aacc6cde
3 changed files with 56 additions and 21 deletions

2
debian/control vendored
View File

@ -5,6 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 7.0.50~),
libpve-common-perl (>= 5.0-28),
libtest-mockmodule-perl,
librados2-perl,
lintian,
perl (>= 5.10.0-19),
pve-doc-generator,
@ -18,6 +19,7 @@ Depends: cstream,
libfile-chdir-perl,
libnet-dbus-perl,
libpve-common-perl (>= 5.0-28),
librados2-perl,
lvm2,
nfs-common,
perl (>= 5.6.0-16),