From c7f74e0f6bb7701013c3d42c5f9ed20288cda9a3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 20 Feb 2020 13:46:24 +0100 Subject: [PATCH] bump version to 6.1-5 Signed-off-by: Thomas Lamprecht --- debian/changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 583d82b..fc008fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 20 Feb 2020 13:45:39 +0100 + libpve-storage-perl (6.1-4) pve; urgency=medium * cifs-plugin: Add bwlimit storage option