X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=12b6f2d827330c74e57eec574291aec2a5a97637;hb=24adf51e7ec3748b251b3e58c99db240dc878f1e;hp=7be2fbbe91720d5449cf6d8ce12f9cc911bdfda2;hpb=3b74de921efef5648629298b1b79691225ac4fe7;p=pve-storage.git diff --git a/debian/changelog b/debian/changelog index 7be2fbb..12b6f2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,363 @@ +libpve-storage-perl (7.0-9) bullseye; urgency=medium + + * lvm: tell lvcreate to always wipe any existing traces of signatures + for new LVs + + * extract backup config: less precise matching for broken pipe detection + + -- Proxmox Support Team Tue, 06 Jul 2021 16:28:44 +0200 + +libpve-storage-perl (7.0-7) bullseye; urgency=medium + + * btrfs: fix "path is mounted" invocation + + -- Proxmox Support Team Mon, 05 Jul 2021 19:01:10 +0200 + +libpve-storage-perl (7.0-6) bullseye; urgency=medium + + * btrfs: support newer prune-backups for backup retention + + -- Proxmox Support Team Thu, 24 Jun 2021 16:12:02 +0200 + +libpve-storage-perl (7.0-5) bullseye; urgency=medium + + * btrfs: assert that path is actually on a btrfs file system on add and + activation + + -- Proxmox Support Team Thu, 24 Jun 2021 11:43:56 +0200 + +libpve-storage-perl (7.0-4) bullseye; urgency=medium + + * tree-wide: fix typos in comments and error messages + + * plugins: untaint volume_size_info returned data + + * add BTRFS storage plugin as technology preview + + * bump storage API: update import/export methods, APIAGE was reset + + * api: content: correctly handle warnings status for delayed task + + * status: add download-url endpoint for downloading a HTTP(s) ISO or CT + template image to a storage directly. + + -- Proxmox Support Team Wed, 23 Jun 2021 22:50:57 +0200 + +libpve-storage-perl (7.0-3) bullseye; urgency=medium + + * api: get rid of moved usb call, moved to manager + + * config: add backup content type to default local storage + + * config: mention that maxfiles is deprecated + + * postinst: move old cifs credential files into new subdirectory upon update + + * prune backups: always activate storage + + * api: status: sort index and add missing "file-restore" + + * lvm: volume import: handle worker returned by free_image + + * vdisk_list: only scan storages with the correct content type(s) + + -- Proxmox Support Team Mon, 21 Jun 2021 11:27:22 +0200 + +libpve-storage-perl (7.0-2) bullseye; urgency=medium + + * api: add wipedisk endpoint + + -- Proxmox Support Team Wed, 02 Jun 2021 16:32:11 +0200 + +libpve-storage-perl (7.0-1) pve; urgency=medium + + * remove the old, internal and unmaintained, DRBD plugin which was replaced + by an external maintained version already in PVE 5. + + * bump for for Debian 11 Bullseye based releases + + -- Proxmox Support Team Wed, 12 May 2021 13:14:28 +0200 + +libpve-storage-perl (6.4-1) pve; urgency=medium + + * import: allow storage import from UNIX socket + + * diskmanage: improve detecting usage for whole disk with include-partitions + + * Proxmox Backup Server: allow setting up a master key + + * add FileRestore API for Proxmox Backup Server + + -- Proxmox Support Team Fri, 23 Apr 2021 16:18:43 +0200 + +libpve-storage-perl (6.3-9) pve; urgency=medium + + * backup files: don't match the VMID against the full path, but the file name + only, to avoid false positives + + * fix #3286: rbd: add basic namespace support + + * fix #3345: zfs: restore container volume to ZFS with size 0 + + * volume export/import: allow uppercase letters in snapshot names + + -- Proxmox Support Team Mon, 12 Apr 2021 16:14:31 +0200 + +libpve-storage-perl (6.3-8) pve; urgency=medium + + * api: disks: zfs: "scan" property is optional + + * api: disks: allow listing also if an Sys.Audit permission for the node is + present + + * fix #3354: support backup-notes on cephfs storage + + * fix #3363: avoid undef-warning when checking for encryption in Proxmox + Backup Server snapshots + + * fix #3348: NFS: select correct IPv4/IPv6 transport when checking the + connection to the remote + + -- Proxmox Support Team Thu, 01 Apr 2021 14:58:49 +0200 + +libpve-storage-perl (6.3-7) pve; urgency=medium + + * ZFS: check if pool is imported and mounted, as a pool can be imported but + not mounted. Try to mount in that case. + + * storage migration: improve logging when IP or port cannot be detected + + -- Proxmox Support Team Fri, 19 Feb 2021 15:49:15 +0100 + +libpve-storage-perl (6.3-6) pve; urgency=medium + + * fix checking connection for NFSv4 only server + + * fix #3159: lvm: RAID LVs as storage content + + * mark Proxmox Backup Server storages as shared + + * Disks: return correct journal disk candidates + + * Diskmanage: also check for filesystem type when determining usage + + * Diskmanage: also detect BIOS boot, EFI and ZFS reserved type partitions + + * Diskmanage: allow one to optionally also include partitions and their + usage + + -- Proxmox Support Team Tue, 09 Feb 2021 12:13:55 +0100 + +libpve-storage-perl (6.3-5) pve; urgency=medium + + * fix #3199: backup prune: correctly format time also in edge cases + + * Diskmanage: extend wearout detection for SAS disk + + * add workaround for incorrect handling of mmap caches when doing a ZFS + subvolume rollback + + -- Proxmox Support Team Tue, 26 Jan 2021 18:37:33 +0100 + +libpve-storage-perl (6.3-4) pve; urgency=medium + + * api: content/backup: handle deletion of notes + + * nfs and cifs: implement backup notes helper + + * prune mark: correctly keep track of already included backups when dealing + with smaller intervalls being included in two greater (e.g., a week which + goes over a month boundary) + + -- Proxmox Support Team Mon, 14 Dec 2020 16:15:01 +0100 + +libpve-storage-perl (6.3-3) pve; urgency=medium + + * pbs: allow one the use of API tokens when adding a new storage again + + -- Proxmox Support Team Thu, 03 Dec 2020 17:24:56 +0100 + +libpve-storage-perl (6.3-2) pve; urgency=medium + + * plugin: hooks: add explicit returns to avoid some accidental return schema + verification + + * pbs: add scan datastore as new API endpoint and a pvesm scan pbs CLI command + + * pbs: activate storage: fully validate if storage config works on storage + addition and storage update + + * api: scan cifs: port over NT_STATUS filter from pve-manager + + -- Proxmox Support Team Tue, 01 Dec 2020 19:27:50 +0100 + +libpve-storage-perl (6.3-1) pve; urgency=medium + + * Proxmox Backup Server: add/update: save encryption-key fingerprint in + storage config for reference + + * Proxmox Backup Server: add/update: autogen key: rename old one if existing + + * api: content: return backup encryption status for Proxmox Backup Server + images + + -- Proxmox Support Team Tue, 24 Nov 2020 23:20:50 +0100 + +libpve-storage-perl (6.2-12) pve; urgency=medium + + * api: rename comment to notes + + * api: storage/content: use more generic volume size info helper + + * plugins: add get/update_volume_comment and implement for all directory + based storages + + -- Proxmox Support Team Tue, 24 Nov 2020 16:05:15 +0100 + +libpve-storage-perl (6.2-11) pve; urgency=medium + + * pbs: autogen encryption key: bubble up error message + + * api: content listing: add comment and verification fields + + * don't pass along keep-options equal to zero to Proxmox Backup client + + * prune mark: keep all if all prune options are zero/missing + + * lvmthin: Match snapshot remove regex to allowed names + + * fix volume activation for ZFS subvols + + * prune: introduce keep-all option + + * convert 'maxfiles' to new 'prune-backups' option when reading the storage + configuration + + -- Proxmox Support Team Mon, 23 Nov 2020 19:36:41 +0100 + +libpve-storage-perl (6.2-10) pve; urgency=medium + + * fix #3097: cifs, nfs: increase connection check timeout to 10s + + * fix #1452: also log stderr of remote command with insecure storage + migration + + * Diskmanage: Use S.M.A.R.T. attributes for SSDs wearout lookup + + * ZFS pool plugin: avoid noisy output on volume import + + * fix #3030: always activate volumes in storage_migrate + + -- Proxmox Support Team Tue, 10 Nov 2020 19:05:01 +0100 + +libpve-storage-perl (6.2-9) pve; urgency=medium + + * file_size_info: handle dangling symlinks + + * disk management: set more specific type for NVMe attached SSDs + + * ZFS over iSCSI: untaint LUN number + + * LIO: untaint values read from remote config + + -- Proxmox Support Team Tue, 13 Oct 2020 11:14:04 +0200 + +libpve-storage-perl (6.2-8) pve; urgency=medium + + * PBS: add support to specify port, for when a reverse proxy or similar is + used + + * PBS: use simple TCP ping for online check for now, reducing the amout of + status API calls + + -- Proxmox Support Team Fri, 02 Oct 2020 16:09:06 +0200 + +libpve-storage-perl (6.2-7) pve; urgency=medium + + * storage_migrate: log bandwidth limit + + * cli: pvesm prune-backups: use keep-options directly + + * zfs: rollback: improve error message and handle unexpectedly missing + snapshots better + + * zfs: check and mount subvolumes on volume activation + + * api/disks: create zfs: instantiate import unit for newly created ZFS + pool + + -- Proxmox Support Team Tue, 29 Sep 2020 18:55:53 +0200 + +libpve-storage-perl (6.2-6) pve; urgency=medium + + * introduce prune-backups property for directory-based storages + + * add intial API and pvesm endpoints for pruning backups + + * config: add hint for set encryption key + + -- Proxmox Support Team Fri, 24 Jul 2020 19:10:00 +0200 + +libpve-storage-perl (6.2-5) pve; urgency=medium + + * fix pvesm's handling of `--encryption-key` + + -- Proxmox Support Team Tue, 14 Jul 2020 13:58:24 +0200 + +libpve-storage-perl (6.2-4) pve; urgency=medium + + * when scanning storages for disk images, don't activate ones which cannot + contain disk images + + -- Proxmox Support Team Tue, 14 Jul 2020 13:44:26 +0200 + +libpve-storage-perl (6.2-3) pve; urgency=medium + + * pbs: prune command failing with encryption enabled + + -- Proxmox Support Team Thu, 09 Jul 2020 14:59:29 +0200 + +libpve-storage-perl (6.2-2) pve; urgency=medium + + * archive info: further relax custom name handling + + * archive info: use timelocal correctly + + * pbs: encryption support + + * pbs: support passing encryption key as file-descriptor, avoiding issues + when backing up an unprivileged container + + * pvesm: encryption key parameter should load files + + -- Proxmox Support Team Thu, 09 Jul 2020 14:03:29 +0200 + +libpve-storage-perl (6.2-1) pve; urgency=medium + + * ceph: get_local_version: allow optional v prefix for version number + + * fix #2777 create zpools with stable dev paths + + * docs: Clarify that pvesm export is mostly internal + + * fix #2763: Revert "storage_migrate: check if target storage supports content type" + + * improve CIFS server scanning + + * fix #2460: use dm-uuid-mpath- as fallback for multipath + + -- Proxmox Support Team Tue, 07 Jul 2020 19:23:50 +0200 + +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 Fri, 15 May 2020 19:41:23 +0200 + libpve-storage-perl (6.1-7) pve; urgency=medium * ZFSPoolPlugin: fix #2662 get volume size correctly