]> git.proxmox.com Git - pve-storage.git/blobdiff - debian/changelog
bump version to 6.1-8
[pve-storage.git] / debian / changelog
index 463221e677e647188507176b364e72dcdf6755c4..9286b6e9dbf7444b7560578ab708875f82536d0b 100644 (file)
@@ -1,3 +1,555 @@
+libpve-storage-perl (6.1-8) pve; urgency=medium
+
+  * backup archives: relax file name matching again to same level as before
+    6.2, only enforce as much as we require to be able to actually restore it.
+
+  * Fix #2737: avoid a noisy warning message when triggering a file deletion
+    over the API
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 May 2020 19:41:23 +0200
+
+libpve-storage-perl (6.1-7) pve; urgency=medium
+
+  * ZFSPoolPlugin: fix #2662 get volume size correctly
+
+  * disk_tests: improve nvme smart test
+
+  * fix nvme wearout parsing
+
+  * Fix #2705: cephfs: mount fails with bad option
+
+  * storage: replace built-in stat occurrences
+
+  * add lots of tests
+
+  * fix: backup ctime was from stat not file name
+
+  * fix: path_to_volume_id returned wrong content
+
+  * fix: add missing snippets subdir
+
+  * backup: compact regex for backup file filter
+
+  * fix: #2124 storage: add zstd support
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 4 May 2020 14:02:26 +0200
+
+libpve-storage-perl (6.1-6) pve; urgency=medium
+
+  * list_volumes: try to return vmid also for backups
+
+  * fix #2620: storage API: iSCSI: return active field as integer
+
+  * iscsi: sort and split module usage
+
+  * iscis: add iscsi_session helper
+
+  * api: storage/content: add ctime to return schema
+
+  * plugins: add ctime for various file types
+
+  * api: storage/content: fix return schema property descriptions
+
+  * allow passing options to volume_has_feature
+
+  * fix #2474: always show iscsi content
+
+  * fix #2647: Add snippet content type for Gluster
+
+  * storage_migrate: check if target storage supports content type
+
+  * pvesm: add apiinfo helper
+
+  * storage_migrate: API change, collapse options into single hash parameter
+
+  * storage_migrate: add optional rename feature in case of volname conflicts
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 9 Apr 2020 08:39:45 +0200
+
+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
+
+  * fix potential hanging of reboot for multiple minutes due to a systend mount
+    unit ordering constraint cycle due to an active CephFS mount in combination
+    with a systemd issue. Do this by actively generating a ephemeral mount unit
+    with the correct ordering constraints ourself. Do that for both, Kernel and
+    FUSE backed CephFS usage.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Jan 2020 20:03:58 +0100
+
+libpve-storage-perl (6.1-3) pve; urgency=medium
+
+  * base find_free_diskname: refactor mapping from disks to volid array
+
+  * rbd: unprotect all snapshots on image removal
+
+  * When resizing a ZFS volume always ensure that size is aligned to 1M
+
+  * calculate reasonable metadatasize for lvm thin pools on creation
+
+  * grammar fix: s/does not exists/does not exist/g
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Dec 2019 12:18:32 +0100
+
+libpve-storage-perl (6.1-2) pve; urgency=medium
+
+  * rbd: update features of image when mapping snapshot
+
+  * LVM commands: ignore "No medium found" bogus warnings
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 30 Nov 2019 19:38:10 +0100
+
+libpve-storage-perl (6.1-1) pve; urgency=medium
+
+  * fix #2309: allow LVM Volume Group names starting with a digit
+
+  * pvesm import: improve handling of interrupted export
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Nov 2019 14:46:39 +0100
+
+libpve-storage-perl (6.0-12) pve; urgency=medium
+
+  * RBD: disable and enable disk image features depending on kernel version
+
+  * add zfs-zed to recommends
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Nov 2019 18:28:51 +0100
+
+libpve-storage-perl (6.0-11) pve; urgency=medium
+
+  * pvesm list: add content type column to output
+
+  * fix #2085: add mountpoint property for non-default ZFS pool MPs
+
+  * fix #2467: avoid duplicate volumes & tag with correct content type
+
+  * RBD: fix ceph version detection
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Nov 2019 16:06:17 +0100
+
+libpve-storage-perl (6.0-10) pve; urgency=medium
+
+  * various LIO target improvements
+
+  * convert vmid to int to conform with return type declaration
+
+  * use correct local IP address helper
+
+  * use PVE::DataCenterConfig, PVE::SSHInfo and PVE::RRD
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2019 12:04:55 +0100
+
+libpve-storage-perl (6.0-9) pve; urgency=medium
+
+  * warn if filesize info could not be read due to error and use JSON
+    interface from qemu-img
+
+  * fix VMID filter for backup listing
+
+  * ZFS over iSCSI/LIO: Don't remove and recreate lun when changing a
+    volume
+
+  * ZFS over iSCSI/LIO: set TRIM, UNMAP, DISCARD (TPU) to true for new
+    images to allow to reclaim free space
+
+  * ZFS over iSCSI/LIO: fix volname parsing for linked clones
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 23 Sep 2019 18:17:37 +0200
+
+libpve-storage-perl (6.0-8) pve; urgency=medium
+
+  * Fix #2346: rbd storage shows wrong %-usage
+
+  * fix #2216: Allow .img files in 'iso' type storages
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Sep 2019 10:24:37 +0200
+
+libpve-storage-perl (6.0-7) pve; urgency=medium
+
+  * fix #2317: list images on 'rootdir' only storages
+
+  * ZFS: wait for zvol symlinks in more cases
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 6 Aug 2019 14:07:20 +0200
+
+libpve-storage-perl (6.0-6) pve; urgency=medium
+
+  * fix #582: Add move-to-background delay logic when deleting volumes
+    or images
+
+  * storage plugin: new list_volumes plugin method
+
+  * Diskmanage: add flag for encrypted osds
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 Jul 2019 13:34:52 +0200
+
+libpve-storage-perl (6.0-5) pve; urgency=medium
+
+  * fix missing osd info for osd 0
+
+  * fix #2266: Diskmanage: get correct osd id
+
+  * pvesm import: allow to pass a tcp://<IP> as file
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Jul 2019 19:37:19 +0200
+
+libpve-storage-perl (6.0-4) pve; urgency=medium
+
+  * cephfs: make is_mounted check less strict
+
+  * fix missing osd info for osd 0
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Jul 2019 16:00:35 +0200
+
+libpve-storage-perl (6.0-3) pve; urgency=medium
+
+  * CephConfig: do not always interpret
+
+  * CephConfig: read monitor addresses also from mon_host key for cephfs
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Jun 2019 16:17:41 +0200
+
+libpve-storage-perl (6.0-2) pve; urgency=medium
+
+  * fix #2226: ignore broken symlinks in content list helpers and
+    allow broken symlinks to be deleted via API
+
+  * CephConfig: map special config key characters to _
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Jun 2019 18:46:38 +0200
+
+libpve-storage-perl (6.0-1) pve; urgency=medium
+
+  * Diskmanage: extract nvme wearout from smartctl text
+
+  * fix #1427: Set file mode on uploaded templates/ISOs
+
+  * cephfs: Exclude _netdev when mounting with fuse
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Jun 2019 20:32:24 +0200
+
+libpve-storage-perl (6.0-0+1) pve; urgency=medium
+
+  * Re-build for Debian Buster / PVE 6.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 May 2019 20:53:52 +0200
+
+libpve-storage-perl (5.0-43) unstable; urgency=medium
+
+  * handle deletion of properties of a single storage config entry
+
+  * api/config update: only iterate over hash keys, not values
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 15 May 2019 16:13:49 +0200
+
+libpve-storage-perl (5.0-42) unstable; urgency=medium
+
+  * Fix #318: Delete vzdump log when deleting a backup
+
+  * ZFS Pool: improve error output from activate_storage
+
+  * ZFS Pool: handle race with other zpool imports
+
+  * plugin map_volume: fall back to path in base implementation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Apr 2019 13:54:55 +0000
+
+libpve-storage-perl (5.0-41) unstable; urgency=medium
+
+  * ignore undef as storage when calculating bandwith limits and add some more
+    tests
+
+  * Diskmanage: do not run zpool if not present
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Apr 2019 17:53:10 +0200
+
+libpve-storage-perl (5.0-40) unstable; urgency=medium
+
+  * workaround zfs create -V error for unaligned sizes
+
+  * zfs: do not generate/update cachefile on pool import
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Apr 2019 16:18:49 +0200
+
+libpve-storage-perl (5.0-39) unstable; urgency=medium
+
+  * fix #585: remove leftover disks and empty directory if image allocation
+    failed
+
+  * fix #1891: Add zsh command completion for pvesm
+
+  * fix #2099: escape systemd path names in mount unit
+
+  * fix content listing for user mode iscsi plugin
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Mar 2019 12:12:46 +0100
+
+libpve-storage-perl (5.0-38) unstable; urgency=medium
+
+  * diskmanage: fix device encoding handling
+
+  * tighten volume access checks for iso and vztmpl content type, require read
+    permissions
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Feb 2019 15:14:12 +0100
+
+libpve-storage-perl (5.0-37) unstable; urgency=medium
+
+  * fix #2050: only provide 'conv=sparse' for LvmThin
+
+  * fix #1941: remove empty directories when freeing image on FS based storages
+
+  * fix #1598: use glusterfs daemon default port for online check
+
+  * add new 'snippets' content type
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Feb 2019 12:32:44 +0100
+
+libpve-storage-perl (5.0-36) unstable; urgency=medium
+
+  * ceph: exclude general monitor section when assembling monitor addresses
+
+  * fix #2046: add volume_size_info to LVMPlugin
+
+  * ceph: improve parse_ceph_config
+
+  * LVM: Add '--refresh' when activating volumes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Jan 2019 13:16:45 +0100
+
+libpve-storage-perl (5.0-35) unstable; urgency=medium
+
+  * refactor ceph tools and provide a cfs backed ceph.conf parser
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Dec 2018 10:50:16 +0100
+
+libpve-storage-perl (5.0-34) unstable; urgency=medium
+
+  * Fix #2020: use /sys to map nvmeXnY to nvmeX
+
+  * Fix #2019: CephFS storage misses maxfiles
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Dec 2018 12:21:48 +0100
+
+libpve-storage-perl (5.0-33) unstable; urgency=medium
+
+  * pvesm: add scan subcommands
+
+  * cephfs: tell systemd that mount mount requires network
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Nov 2018 13:23:15 +0100
+
+libpve-storage-perl (5.0-32) unstable; urgency=medium
+
+  * fix #862: do not resolve portal address on storage add
+
+  * LVM: lock on volume_resize
+
+  * plugin loader: add an APIAGE
+
+  * move usb scan code to pve-common
+
+  * move API storage scan calls to pve-manager
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Nov 2018 15:27:22 +0100
+
+libpve-storage-perl (5.0-31) unstable; urgency=medium
+
+  * Fix: api zfs: changed return value name to errors
+
+  * fix #1949: storage zfs: changed zpool command parser
+
+  * implement map_volume and unmap_volume
+
+  * bump storage ABI version for new map/unmap methods
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Nov 2018 16:27:40 +0100
+
+libpve-storage-perl (5.0-30) unstable; urgency=medium
+
+  * fix #1936: pvesm iscsiscan: fix cli parameters
+
+  * fix #1929: only check storage if user want to create one
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 03 Oct 2018 17:02:46 +0200
+
+libpve-storage-perl (5.0-29) unstable; urgency=medium
+
+  * fix #1925: untaint rbd JSON output
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Sep 2018 11:10:56 +0200
+
+libpve-storage-perl (5.0-28) unstable; urgency=medium
+
+  * fix #1912: api/disks: find the partition instead of guessing it when
+    creating a filesystem on unused disks
+
+  * fix #1913: get_vm_disk_number: clone plugindata to avoid side
+    effects
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Sep 2018 11:37:36 +0200
+
+libpve-storage-perl (5.0-27) unstable; urgency=medium
+
+  * rbd: krbd_feature_disable was not disabling features
+
+  * allow up to 1024 disks per guest
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 12 Sep 2018 15:00:05 +0200
+
+libpve-storage-perl (5.0-26) unstable; urgency=medium
+
+  * fix #1895: add compatibility with ceph 12.2.8 by switching over to more
+    robust json output format for for 'rbd ls -l' and 'rbd info'
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Sep 2018 13:56:36 +0200
+
+libpve-storage-perl (5.0-25) unstable; urgency=medium
+
+  * add API for LVM, LVMThin, Directory storages and ZFS management
+
+  * add 'type' and 'skipsmart' options to /nodes/<NODE>/disks/list API call
+
+  * add Linux LIO/targetcli support
+
+  * Fix #1858: lvm_find_free_diskname check for base
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Aug 2018 14:41:28 +0200
+
+libpve-storage-perl (5.0-24) unstable; urgency=medium
+
+  * fix #1770: allow ex/import linked clones.
+
+  * CIFS: add mkdir option allowing to switch off path creation
+
+  * storage plugin api: add on_add and on_delete hooks
+
+  * add CephFS storage plugin
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 04 Jul 2018 17:02:48 +0200
+
+libpve-storage-perl (5.0-23) unstable; urgency=medium
+
+  * cifs: fix uninitialized warning in check_connection
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 May 2018 10:06:14 +0200
+
+libpve-storage-perl (5.0-22) unstable; urgency=medium
+
+  * allow ISO uploads to CIFS storages
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 May 2018 14:49:53 +0200
+
+libpve-storage-perl (5.0-21) unstable; urgency=medium
+
+  * fix #1691: replace udev check
+
+  * fix #1691: increase timeout in worker
+
+  * fix #1754: rbd: fix handling of external clusters
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 8 May 2018 11:50:21 +0200
+
+libpve-storage-perl (5.0-20) unstable; urgency=medium
+
+  * fix #1750: correctly join monhost list for external RBD storages
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 04 May 2018 15:32:26 +0200
+
+libpve-storage-perl (5.0-19) unstable; urgency=medium
+
+  * RBDPlugin: Fix #1542 - show storage utilization per pool
+
+  * RBDPlugin: Refactor of method build_cmd and path
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Apr 2018 10:46:23 +0200
+
+libpve-storage-perl (5.0-18) unstable; urgency=medium
+
+  * add CIFS (SMB) storage plugin
+
+  * Fix #1574: could not disable krbd-incompatible image features
+
+  * add per-storage bandwidth limits
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Mar 2018 08:59:33 +0100
+
+libpve-storage-perl (5.0-17) unstable; urgency=medium
+
+  * fix #1099: return disklist correctly
+
+  * add select_existing to plugindata for iscsi(direct)
+
+  * add 'format' parameter to storage list call
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Nov 2017 11:32:31 +0100
+
+libpve-storage-perl (5.0-16) unstable; urgency=medium
+
+  * Add logfunc in storage_migrate
+
+  * ISCSIPlugin: Use long options for readability
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Oct 2017 15:02:17 +0200
+
+libpve-storage-perl (5.0-15) unstable; urgency=medium
+
+  * dir: allow a path as is_mountpoint value
+
+  * rbd: make monhost option optional
+
+  * rbd: support auth=none if pveceph-managed
+
+  * rbd: manage keyring for pveceph storages
+
+  * rbd: create ceph keyring dir before copying
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Sep 2017 13:47:08 +0200
+
+libpve-storage-perl (5.0-14) unstable; urgency=medium
+
+  * Fix #1474: storage info: properly honor content filters again
+
+  * pvesm status: fix warnings no content-filtered output
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Aug 2017 13:27:04 +0200
+
+libpve-storage-perl (5.0-13) unstable; urgency=medium
+
+  * disks: add info about bluestore to list
+
+  * pvesm status: improve output and format
+
+  * storage_info: return disabled storages as well
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 8 Aug 2017 11:08:57 +0200
+
+libpve-storage-perl (5.0-12) unstable; urgency=medium
+
+  * fix ceph_version_parser
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 04 Jul 2017 06:13:22 +0200
+
 libpve-storage-perl (5.0-11) unstable; urgency=medium
 
   * Fix #1415: do not block endlessly on stale nfs mounts