5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

60 Commits

Author SHA1 Message Date
Alwin Antreich
bed538e22f Add missing dependency to ceph-common
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2018-06-12 08:53:12 +02:00
Alwin Antreich
41aacc6cde 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>
2018-04-18 10:43:14 +02:00
Wolfgang Link
455f5e1f79 Add CIFS dependencies in package management. 2018-03-16 12:05:25 +01:00
Fabian Grünbichler
195ca79016 d/control: bump dependency on libpve-common-perl
for 'bwlimit' option in storage.cfg
2018-02-19 13:46:09 +01:00
Fabian Grünbichler
5b556c1fce add missing b-d on Test::MockModule 2017-11-14 13:23:52 +01:00
Fabian Grünbichler
4f6aa4af58 build: reformat debian/control
using wrap-and-sort -abt
2017-10-04 11:05:33 +02:00
Fabian Grünbichler
e3cba8b22e require libpve-common-perl >= 5.0-17
the new is_mountpoint uses PVE::JSONSchema::parse_boolean

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-09-07 13:18:50 +02:00
Fabian Grünbichler
7af63e3527 build: add substitution variable 2017-06-12 10:13:55 +02:00
Fabian Grünbichler
4cf0690ee0 build: reformat b-d and depends 2017-06-12 10:13:38 +02:00
Thomas Lamprecht
183d2d2d93 change from dpkg-deb to dpkg-buildpackage
add debian directory and move the respective files there and add
missing (rules, compat).

Move control.in to control as no sed search & replacement must be
done. Add a Source section to the control file.

Rename the "check" Makefile target to "test" so that the dh_auto_test
helper executes it automatically on build.
Move the verify_api check to this target.

Cleanup the "clean" target and remove outdated commented out stuff

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-06-12 10:11:02 +02:00