]> git.proxmox.com Git - pve-storage.git/commitdiff
bump version to 8.0.0~2
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 17:10:47 +0000 (19:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 17:10:47 +0000 (19:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index f3d1d3872de8f7d2b0524825829cc8fc64b48e8c..f81a54b566894a72923f468b1d47403cfe757604 100644 (file)
@@ -1,3 +1,23 @@
+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