]> git.proxmox.com Git - pve-storage.git/blobdiff - debian/changelog
fixup error messages when getting file size info
[pve-storage.git] / debian / changelog
index 7b6e201d071a07c4708660ea9167fb2486ce7ef0..7eee922d257ca432b1e35992927e3edfcae7567d 100644 (file)
@@ -1,3 +1,188 @@
+libpve-storage-perl (8.2.1) bookworm; urgency=medium
+
+  * esxi import: add "longhorn" to possible Windows Server 2008 OS types
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Apr 2024 17:20:10 +0200
+
+libpve-storage-perl (8.2.0) bookworm; urgency=medium
+
+  * fix insecure migration failing if it must wait on the lock
+
+  * storage migrate: only output about cleaning-up snapshots if there are any
+
+  * fix #1611: implement import of base-images for LVM-thin Storage
+
+  * upload: use SSH helper to get ssh/scp options to ensure the new
+    node-specific public key files inside pmxcfs are used
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Apr 2024 09:07:08 +0200
+
+libpve-storage-perl (8.1.5) bookworm; urgency=medium
+
+  * esxi: status: mark as active if its mounted
+
+  * esxi: add mapping for windows server 2016/2019
+
+  * ceph config: rewrite parser/writer, allow arbitrary sections
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Apr 2024 11:56:49 +0200
+
+libpve-storage-perl (8.1.4) bookworm; urgency=medium
+
+  * esxi: add optional 'port' config parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Mar 2024 17:36:54 +0100
+
+libpve-storage-perl (8.1.3) bookworm; urgency=medium
+
+  * esxi: detect existing MAC addresa of VM also when the type is 'static'
+    (manual defined) ord 'vpx' (generated by vCenter)
+
+  * esxi: reduce cache invalidation time to 30s to make changes on the ESXi
+    source host appear a bit faster on the PVE target host
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Mar 2024 12:38:53 +0100
+
+libpve-storage-perl (8.1.2) bookworm; urgency=medium
+
+  * esxi: add warning for losing EFI state on import
+
+  * esxi: only add a 'scsihw' key if it's defined in the source VM
+
+  * esxi: detect correct os type in 'other' family, mainly BSD and Solaris
+    variants
+
+  * esxi: use the stderr of our API client (listvms.py) as error message
+
+  * esxi: have the fuse process drop its privileges
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Mar 2024 16:39:27 +0100
+
+libpve-storage-perl (8.1.1) bookworm; urgency=medium
+
+  * storage plugins: add 'import' content type to allow interfacing with
+    virtual guests of foreign sources or formats to Proxmox VE.
+
+  * add storage/{storage}/import-metadata API endpoint to query information
+    about external guests so that a frontend can use this to provide a
+    interface for users to import such guests.
+
+  * add a plugin for connecting to a ESXi instance, exposign it's VMs through
+    the new import content type and metadata mechanisms.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Mar 2024 15:16:19 +0100
+
+libpve-storage-perl (8.1.0) bookworm; urgency=medium
+
+  * zfs: fix duplicate word typo in error message
+
+  * plugin schema: improve description of 'nodes' and 'shared' properties
+
+  * fix #5254: api: allow usage of download-url with Sys.AccessNetwork
+
+  * d/control: add missing dependency relation on libpve-access-control
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Mar 2024 18:25:58 +0100
+
+libpve-storage-perl (8.0.5) bookworm; urgency=medium
+
+  * btrfs: fix calling parent create_base method in fall-back
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Nov 2023 21:20:53 +0100
+
+libpve-storage-perl (8.0.4) bookworm; urgency=medium
+
+  * cifs: bubble up NT_STATUS_INVALID_PARAMETER during connection c
+
+  * fix #3004: show progress of offline migration in task log
+
+  * fix #254: iscsi: add support for multipath targets
+
+  * api/filerestore: add tar parameter to download api
+
+  * disks: get: add osdid-list return parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Nov 2023 18:12:34 +0100
+
+libpve-storage-perl (8.0.3) bookworm; urgency=medium
+
+  * fix #4849: support decompressing ISOs downloaded from URLs
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Aug 2023 10:40:10 +0200
+
+libpve-storage-perl (8.0.2) bookworm; urgency=medium
+
+  * cifs: adapt check connection call for smbclient version in bookworm
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Jun 2023 09:31:56 +0200
+
+libpve-storage-perl (8.0.1) bookworm; urgency=medium
+
+  * api: config: add/update storage: check for type mismatch first
+
+  * content-dirs check: silently skip paths that cannot be resolved
+
+  * fix #4785: avoid overly noisy mkdir deprecation warning for now
+
+  * disk api: avoid using unrelated Datastore.Audit priv for disk management
+
+  * disk api: only ask for Datastore.Allocate if actually adding newly created
+    file system, LVM or ZFS directly to the Proxmox VE storage config
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 17 Jun 2023 15:34:00 +0200
+
+libpve-storage-perl (8.0.0) bookworm; urgency=medium
+
+  * activate storage: ensure content directories are created before checking
+    them
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Jun 2023 14:01:17 +0200
+
+libpve-storage-perl (8.0.0~2) bookworm; urgency=medium
+
+  * content-dirs: enforce that all content dirs are pairwise non-equal, as
+    the same directory must not be used for multiple content types
+
+  * volume export: explicitly state that the unit of bandwidth limit is
+    bytes/s
+
+  * rbd: don't specify useless allow-shrink flag
+
+  * rbd: volume resize: avoid passing floating point value to rbd, by
+    ceiling the result we can make resizes like +0.01 GB work
+
+  * changed regex to allow @ in directory storage paths, which is often
+    used to signify btrfs subvolumes.
+
+  * fix #2920: cifs: add options parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Jun 2023 19:10:09 +0200
+
+libpve-storage-perl (8.0.0~1) bookworm; urgency=medium
+
+  * add 'create-base-path' and 'create-subdirs' option to path based storages
+
+  * deprecate 'mkdir' option
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jun 2023 14:46:13 +0200
+
+libpve-storage-perl (7.99.0) bookworm; urgency=medium
+
+  * re-build for Proxmox VE 8 / Debian 12 Bookworm
+
+  * switch to native versioning scheme
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 May 2023 14:12:01 +0200
+
+libpve-storage-perl (7.4-3) bullseye; urgency=medium
+
+  * fix variable declared in conditional statement in cephfs and rbd, avoiding
+    a (theoretical) unsoundness
+
+  * api: upload: record the pattern of the tmpfilename parameter in the schema
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 May 2023 08:45:58 +0200
+
 libpve-storage-perl (7.4-2) bullseye; urgency=medium
 
   * cifs: use empty string instead of / as default directory to avoid