bump version to 6.1-5

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-02-20 13:46:24 +01:00
parent f33533d4da
commit c7f74e0f6b

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
libpve-storage-perl (6.1-5) pve; urgency=medium
* ZFS pool plugin: check whether 'zfs get mountpoint' returns a valid
absolute path when setting the mountpoint property on storage addition
* storage migrate: also log when using an insecure connection
* api: introduce "on update" hook for plugins
* volume resize: align (round up) size to 1 KiB to avoid issues with some
storage backends which cannot handle sizes which aren't multiples of 512 or
1024
* add experimental storage plugin
* CIFS: fix credential handling on storage update by using new on_update_hook
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Feb 2020 13:45:39 +0100
libpve-storage-perl (6.1-4) pve; urgency=medium
* cifs-plugin: Add bwlimit storage option