]> git.proxmox.com Git - pve-storage.git/blob - debian/changelog
bump version to 5.0-43
[pve-storage.git] / debian / changelog
1 libpve-storage-perl (5.0-43) unstable; urgency=medium
2
3 * handle deletion of properties of a single storage config entry
4
5 * api/config update: only iterate over hash keys, not values
6
7 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 16:13:49 +0200
8
9 libpve-storage-perl (5.0-42) unstable; urgency=medium
10
11 * Fix #318: Delete vzdump log when deleting a backup
12
13 * ZFS Pool: improve error output from activate_storage
14
15 * ZFS Pool: handle race with other zpool imports
16
17 * plugin map_volume: fall back to path in base implementation
18
19 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Apr 2019 13:54:55 +0000
20
21 libpve-storage-perl (5.0-41) unstable; urgency=medium
22
23 * ignore undef as storage when calculating bandwith limits and add some more
24 tests
25
26 * Diskmanage: do not run zpool if not present
27
28 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Apr 2019 17:53:10 +0200
29
30 libpve-storage-perl (5.0-40) unstable; urgency=medium
31
32 * workaround zfs create -V error for unaligned sizes
33
34 * zfs: do not generate/update cachefile on pool import
35
36 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 16:18:49 +0200
37
38 libpve-storage-perl (5.0-39) unstable; urgency=medium
39
40 * fix #585: remove leftover disks and empty directory if image allocation
41 failed
42
43 * fix #1891: Add zsh command completion for pvesm
44
45 * fix #2099: escape systemd path names in mount unit
46
47 * fix content listing for user mode iscsi plugin
48
49 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Mar 2019 12:12:46 +0100
50
51 libpve-storage-perl (5.0-38) unstable; urgency=medium
52
53 * diskmanage: fix device encoding handling
54
55 * tighten volume access checks for iso and vztmpl content type, require read
56 permissions
57
58 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Feb 2019 15:14:12 +0100
59
60 libpve-storage-perl (5.0-37) unstable; urgency=medium
61
62 * fix #2050: only provide 'conv=sparse' for LvmThin
63
64 * fix #1941: remove empty directories when freeing image on FS based storages
65
66 * fix #1598: use glusterfs daemon default port for online check
67
68 * add new 'snippets' content type
69
70 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 12:32:44 +0100
71
72 libpve-storage-perl (5.0-36) unstable; urgency=medium
73
74 * ceph: exclude general monitor section when assembling monitor addresses
75
76 * fix #2046: add volume_size_info to LVMPlugin
77
78 * ceph: improve parse_ceph_config
79
80 * LVM: Add '--refresh' when activating volumes
81
82 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Jan 2019 13:16:45 +0100
83
84 libpve-storage-perl (5.0-35) unstable; urgency=medium
85
86 * refactor ceph tools and provide a cfs backed ceph.conf parser
87
88 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Dec 2018 10:50:16 +0100
89
90 libpve-storage-perl (5.0-34) unstable; urgency=medium
91
92 * Fix #2020: use /sys to map nvmeXnY to nvmeX
93
94 * Fix #2019: CephFS storage misses maxfiles
95
96 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Dec 2018 12:21:48 +0100
97
98 libpve-storage-perl (5.0-33) unstable; urgency=medium
99
100 * pvesm: add scan subcommands
101
102 * cephfs: tell systemd that mount mount requires network
103
104 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Nov 2018 13:23:15 +0100
105
106 libpve-storage-perl (5.0-32) unstable; urgency=medium
107
108 * fix #862: do not resolve portal address on storage add
109
110 * LVM: lock on volume_resize
111
112 * plugin loader: add an APIAGE
113
114 * move usb scan code to pve-common
115
116 * move API storage scan calls to pve-manager
117
118 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2018 15:27:22 +0100
119
120 libpve-storage-perl (5.0-31) unstable; urgency=medium
121
122 * Fix: api zfs: changed return value name to errors
123
124 * fix #1949: storage zfs: changed zpool command parser
125
126 * implement map_volume and unmap_volume
127
128 * bump storage ABI version for new map/unmap methods
129
130 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Nov 2018 16:27:40 +0100
131
132 libpve-storage-perl (5.0-30) unstable; urgency=medium
133
134 * fix #1936: pvesm iscsiscan: fix cli parameters
135
136 * fix #1929: only check storage if user want to create one
137
138 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Oct 2018 17:02:46 +0200
139
140 libpve-storage-perl (5.0-29) unstable; urgency=medium
141
142 * fix #1925: untaint rbd JSON output
143
144 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Sep 2018 11:10:56 +0200
145
146 libpve-storage-perl (5.0-28) unstable; urgency=medium
147
148 * fix #1912: api/disks: find the partition instead of guessing it when
149 creating a filesystem on unused disks
150
151 * fix #1913: get_vm_disk_number: clone plugindata to avoid side
152 effects
153
154 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 11:37:36 +0200
155
156 libpve-storage-perl (5.0-27) unstable; urgency=medium
157
158 * rbd: krbd_feature_disable was not disabling features
159
160 * allow up to 1024 disks per guest
161
162 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Sep 2018 15:00:05 +0200
163
164 libpve-storage-perl (5.0-26) unstable; urgency=medium
165
166 * fix #1895: add compatibility with ceph 12.2.8 by switching over to more
167 robust json output format for for 'rbd ls -l' and 'rbd info'
168
169 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Sep 2018 13:56:36 +0200
170
171 libpve-storage-perl (5.0-25) unstable; urgency=medium
172
173 * add API for LVM, LVMThin, Directory storages and ZFS management
174
175 * add 'type' and 'skipsmart' options to /nodes/<NODE>/disks/list API call
176
177 * add Linux LIO/targetcli support
178
179 * Fix #1858: lvm_find_free_diskname check for base
180
181 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Aug 2018 14:41:28 +0200
182
183 libpve-storage-perl (5.0-24) unstable; urgency=medium
184
185 * fix #1770: allow ex/import linked clones.
186
187 * CIFS: add mkdir option allowing to switch off path creation
188
189 * storage plugin api: add on_add and on_delete hooks
190
191 * add CephFS storage plugin
192
193 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jul 2018 17:02:48 +0200
194
195 libpve-storage-perl (5.0-23) unstable; urgency=medium
196
197 * cifs: fix uninitialized warning in check_connection
198
199 -- Proxmox Support Team <support@proxmox.com> Wed, 16 May 2018 10:06:14 +0200
200
201 libpve-storage-perl (5.0-22) unstable; urgency=medium
202
203 * allow ISO uploads to CIFS storages
204
205 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 14:49:53 +0200
206
207 libpve-storage-perl (5.0-21) unstable; urgency=medium
208
209 * fix #1691: replace udev check
210
211 * fix #1691: increase timeout in worker
212
213 * fix #1754: rbd: fix handling of external clusters
214
215 -- Proxmox Support Team <support@proxmox.com> Tue, 8 May 2018 11:50:21 +0200
216
217 libpve-storage-perl (5.0-20) unstable; urgency=medium
218
219 * fix #1750: correctly join monhost list for external RBD storages
220
221 -- Proxmox Support Team <support@proxmox.com> Fri, 04 May 2018 15:32:26 +0200
222
223 libpve-storage-perl (5.0-19) unstable; urgency=medium
224
225 * RBDPlugin: Fix #1542 - show storage utilization per pool
226
227 * RBDPlugin: Refactor of method build_cmd and path
228
229 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2018 10:46:23 +0200
230
231 libpve-storage-perl (5.0-18) unstable; urgency=medium
232
233 * add CIFS (SMB) storage plugin
234
235 * Fix #1574: could not disable krbd-incompatible image features
236
237 * add per-storage bandwidth limits
238
239 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 08:59:33 +0100
240
241 libpve-storage-perl (5.0-17) unstable; urgency=medium
242
243 * fix #1099: return disklist correctly
244
245 * add select_existing to plugindata for iscsi(direct)
246
247 * add 'format' parameter to storage list call
248
249 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 11:32:31 +0100
250
251 libpve-storage-perl (5.0-16) unstable; urgency=medium
252
253 * Add logfunc in storage_migrate
254
255 * ISCSIPlugin: Use long options for readability
256
257 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:02:17 +0200
258
259 libpve-storage-perl (5.0-15) unstable; urgency=medium
260
261 * dir: allow a path as is_mountpoint value
262
263 * rbd: make monhost option optional
264
265 * rbd: support auth=none if pveceph-managed
266
267 * rbd: manage keyring for pveceph storages
268
269 * rbd: create ceph keyring dir before copying
270
271 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Sep 2017 13:47:08 +0200
272
273 libpve-storage-perl (5.0-14) unstable; urgency=medium
274
275 * Fix #1474: storage info: properly honor content filters again
276
277 * pvesm status: fix warnings no content-filtered output
278
279 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 13:27:04 +0200
280
281 libpve-storage-perl (5.0-13) unstable; urgency=medium
282
283 * disks: add info about bluestore to list
284
285 * pvesm status: improve output and format
286
287 * storage_info: return disabled storages as well
288
289 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Aug 2017 11:08:57 +0200
290
291 libpve-storage-perl (5.0-12) unstable; urgency=medium
292
293 * fix ceph_version_parser
294
295 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jul 2017 06:13:22 +0200
296
297 libpve-storage-perl (5.0-11) unstable; urgency=medium
298
299 * Fix #1415: do not block endlessly on stale nfs mounts
300
301 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jun 2017 09:21:41 +0200
302
303 libpve-storage-perl (5.0-10) unstable; urgency=medium
304
305 * PVE::Storage::storage_can_replicate - hew helper
306
307 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2017 06:19:00 +0200
308
309 libpve-storage-perl (5.0-9) unstable; urgency=medium
310
311 * import/export: drop the 'subvol/' prefix from 'tar+size'
312
313 * Fix #1424: allow tar.xz templates upload
314
315 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 17:35:57 +0200
316
317 libpve-storage-perl (5.0-8) unstable; urgency=medium
318
319 * import/export: use our standard tar flags
320
321 * storage_migrate: with_snapshots parameter
322
323 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 12:48:35 +0200
324
325 libpve-storage-perl (5.0-7) unstable; urgency=medium
326
327 * re-add changes to PVE/Storage/Plugin.pm (fixup previous commit)
328
329 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 09:06:59 +0200
330
331 libpve-storage-perl (5.0-6) unstable; urgency=medium
332
333 * migrate: only use import/export
334
335 * lvm: import/export: implement raw+size format
336
337 * import/export: new formats: raw, tar, qcow2, vmdk
338
339 * change from dpkg-deb to dpkg-buildpackage
340
341 * migrate: insecure: untaint the received ip/port
342
343 * migrate: don't include the hostname in rsync's rsh command
344
345 * migrate: use the correct IP with rsync
346
347 * PVE::Storage::volume_snapshot_list - remove $prefix parameter
348
349 * regression tests: exit with -1 in case of failures
350
351 * zfstest: skip tests if ZFS is not available, improve tests
352
353 * fix #1379: return size as number instead of string
354
355 * migrate: add insecure parameter
356
357 * migrate: implement rate limiting
358
359 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:35:48 +0200
360
361 libpve-storage-perl (5.0-5) unstable; urgency=medium
362
363 * api: add import/export format querying
364
365 * migrate: snapshot parameter for use with replication
366
367 * migrate: replace target ip parameter with sshinfo parameter
368
369 * pvesm: import/export commands
370
371 * storage_migrate: use pvesm import/export for zfs
372
373 * do not install replication code (moved code to pve-manager)
374
375 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Jun 2017 09:40:37 +0200
376
377 libpve-storage-perl (5.0-4) unstable; urgency=medium
378
379 * storage api: added volume_send plugin method
380
381 * storage api: added volume_snapshot_list plugin method
382
383 * added storage replication utilities
384
385 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 12:17:40 +0200
386
387 libpve-storage-perl (5.0-3) unstable; urgency=medium
388
389 * fix vma extraction return code handling
390
391 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 16:21:10 +0200
392
393 libpve-storage-perl (5.0-2) unstable; urgency=medium
394
395 * rbd: fix "rados df" output parser for luminous
396
397 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2017 10:11:02 +0100
398
399 libpve-storage-perl (5.0-1) unstable; urgency=medium
400
401 * correctly cleanup immutable flag for subvols when freeing them
402
403 * rebuild for PVE 5.0 / Debian Stretch
404
405 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 09:23:15 +0100
406
407 libpve-storage-perl (4.0-76) unstable; urgency=medium
408
409 * rbd: fix warnings printed when listing images
410
411 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Feb 2017 12:18:18 +0100
412
413 libpve-storage-perl (4.0-75) unstable; urgency=medium
414
415 * rbd: use faster list operations where possible
416
417 * rbd: fix a minor inconsistency in what is recognized as a valid disk image
418 name
419
420 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2017 10:05:07 +0100
421
422 libpve-storage-perl (4.0-74) unstable; urgency=medium
423
424 * fix bug #1280: Can't locate object method "root@pam"
425
426 * buildsys: use gzip -n to disable timestamps
427
428 * buildsys: use fakeroot for dpkg-deb
429
430 * buildsys: make job safety
431
432 * extract_vzdump_config: handle RE consistently
433
434 * weaken matching for vzdump config extract filename
435
436 -- Proxmox Support Team <support@proxmox.com> Sun, 12 Feb 2017 10:09:58 +0100
437
438 libpve-storage-perl (4.0-73) unstable; urgency=medium
439
440 * PVE::Storage: new helper check_volume_access()
441
442 * fixes for new PVE::RPCEnvironment implementation
443
444 * fix #1252: rbd: delete snapshots when using krbd
445
446 * Fix RBD resize with krbd option enabled
447
448 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:13:43 +0100
449
450 libpve-storage-perl (4.0-72) unstable; urgency=medium
451
452 * add setup_environment hook to CLIHandler class
453
454 * sheepdog : volume_resize return if running
455
456 * fix #1099 (again): map cciss/c0d0 to cciss!c0d0
457
458 * fix #1135: always clean up ZFS snapshots on migration
459
460 * storage_migrate: use bs=4k to copy images with dd
461
462 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:05:22 +0100
463
464 libpve-storage-perl (4.0-71) unstable; urgency=medium
465
466 * Add new function get_blockdev
467
468 * Add new function get_partnum
469
470 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:15:40 +0100
471
472 libpve-storage-perl (4.0-70) unstable; urgency=medium
473
474 * change regression test for crucial
475
476 * add crucial smart attribute for wear leveling
477
478 * correct regression test for sandisk ssds
479
480 * catch '---' in threshold output of sandisk ssds
481
482 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Nov 2016 17:22:44 +0100
483
484 libpve-storage-perl (4.0-69) unstable; urgency=medium
485
486 * use qemu gluster blockdriver for linked clone creation
487
488 * increase default timeout for zpool import
489
490 * improve zpool activate_storage
491
492 * allow --allow-shrink on RBD resize
493
494 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 09:31:17 +0100
495
496 libpve-storage-perl (4.0-68) unstable; urgency=medium
497
498 * add more regression test
499
500 * Diskmanage: use model from udevadm
501
502 * Diskmanage: use /sys/block/ path for udev instead of name
503
504 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Oct 2016 10:52:52 +0200
505
506 libpve-storage-perl (4.0-67) unstable; urgency=medium
507
508 * fix #1165: only check mount status when is_mountpoint is set
509
510 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 08:53:24 +0200
511
512 libpve-storage-perl (4.0-66) unstable; urgency=medium
513
514 * disks: fix warnings
515
516 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 09:28:31 +0200
517
518 libpve-storage-perl (4.0-65) unstable; urgency=medium
519
520 * allow rbd images < 1M to be detected
521
522 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 08:18:29 +0200
523
524 libpve-storage-perl (4.0-64) unstable; urgency=medium
525
526 * correctly parse cciss devices in get_disks
527
528 * fix #1135: refactor wear level parsing
529
530 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Oct 2016 07:53:11 +0200
531
532 libpve-storage-perl (4.0-63) unstable; urgency=medium
533
534 * fix #1123: modify NVME device path for SMART support
535
536 * add return schema to smart API path
537
538 * fix #1120: non-ATA disks with unstructured smart data
539
540 * fix #1120: SCSI SMART health parsing
541
542 * disks: allow get_disks without smart checks
543
544 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2016 07:16:23 +0200
545
546 libpve-storage-perl (4.0-62) unstable; urgency=medium
547
548 * fix #1122: correctly create LUNs for linked clones
549
550 * fix #1012: dir storage: add is_mountpoint option
551
552 * improve SMART error handling
553
554 * path based storages: improve the mkdir option
555
556 * Avoid JavaScript gets a string "0"
557
558 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Sep 2016 08:45:07 +0200
559
560 libpve-storage-perl (4.0-61) unstable; urgency=medium
561
562 * rbd: detect linked clones/base volumes correctly
563
564 * harmonize/cleanup list_images code
565
566 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 07:58:59 +0200
567
568 libpve-storage-perl (4.0-60) unstable; urgency=medium
569
570 * do not automatically die on smartctl exit code > 0
571
572 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 06:40:29 +0200
573
574 libpve-storage-perl (4.0-59) unstable; urgency=medium
575
576 * add smartmontools as dependency
577
578 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Sep 2016 11:14:09 +0200
579
580 libpve-storage-perl (4.0-58) unstable; urgency=medium
581
582 * sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog
583
584 * add api entries for disk management
585
586 * add Diskmanage Utilities
587
588 * rbd: allow to use client custom ceph conf for each storeid
589
590 * Add support for custom storage plugins
591
592 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Sep 2016 09:14:19 +0200
593
594 libpve-storage-perl (4.0-57) unstable; urgency=medium
595
596 * remove compression option from lvm migration
597
598 * fix spelling / grammar
599
600 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2016 14:59:26 +0200
601
602 libpve-storage-perl (4.0-56) unstable; urgency=medium
603
604 * Remove unused pve-storage-monhost format
605
606 * rbd: use pve-storage-portal-dns-list for monhost
607
608 * cleanups
609
610 * add tagged_only option to LVM storage
611
612 * add check if format is defined to avoid warning
613
614 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 14:24:15 +0200
615
616 libpve-storage-perl (4.0-55) unstable; urgency=medium
617
618 * fix #1033 storage_migrate on LVMThin - add die.
619
620 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Jun 2016 14:56:36 +0200
621
622 libpve-storage-perl (4.0-54) unstable; urgency=medium
623
624 * use correct ceph version command
625
626 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jun 2016 11:47:07 +0200
627
628 libpve-storage-perl (4.0-53) unstable; urgency=medium
629
630 * Dir storage creation: check for a sane path
631
632 * split udevam command call
633
634 * upload: whitelist filename chars instead of blacklisting
635
636 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jun 2016 18:16:26 +0200
637
638 libpve-storage-perl (4.0-52) unstable; urgency=medium
639
640 * disable jewel image features when using krdb
641
642 * add ceph version helpers
643
644 * fix 1012: dir: add mkdir option
645
646 * Add LVM/LVM-thin storage migration
647
648 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jun 2016 10:30:02 +0200
649
650 libpve-storage-perl (4.0-51) unstable; urgency=medium
651
652 * add pvesm extractconfig
653
654 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 12:05:27 +0200
655
656 libpve-storage-perl (4.0-50) unstable; urgency=medium
657
658 * DRBDPlugin: check_drbd_res() - ignore info codes
659
660 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Apr 2016 08:09:10 +0200
661
662 libpve-storage-perl (4.0-49) unstable; urgency=medium
663
664 * generate manpage with pve-doc-generator
665
666 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 11:24:32 +0200
667
668 libpve-storage-perl (4.0-48) unstable; urgency=medium
669
670 * zfs_parse_zvol_list: simplify regex
671
672 * zfs: encode base volumes in linked clones
673
674 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Apr 2016 08:56:03 +0200
675
676 libpve-storage-perl (4.0-47) unstable; urgency=medium
677
678 * fix LXC migration from local subvol
679
680 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Mar 2016 09:07:33 +0100
681
682 libpve-storage-perl (4.0-46) unstable; urgency=medium
683
684 * Use is_worker to decide default timeout for ZFS
685
686 * Include all snapshots when migrate storage zfs to zfs
687
688 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 16:50:26 +0100
689
690 libpve-storage-perl (4.0-45) unstable; urgency=medium
691
692 * lvmthin: activate base volumes
693
694 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 06:49:23 +0100
695
696 libpve-storage-perl (4.0-44) unstable; urgency=medium
697
698 * Remove content type container from GlusterFS.
699
700 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Mar 2016 17:14:36 +0100
701
702 libpve-storage-perl (4.0-43) unstable; urgency=medium
703
704 * depend on thin-provisioning-tools (required my systemd to activate
705 thin pools at boot time)
706
707 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 08:03:02 +0100
708
709 libpve-storage-perl (4.0-42) unstable; urgency=medium
710
711 * add sparseinit to has_feature
712
713 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Feb 2016 17:16:51 +0100
714
715 libpve-storage-perl (4.0-41) unstable; urgency=medium
716
717 * prepare storage for lvmthin gui (adds an lvmthin scan to the api)
718
719 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Feb 2016 09:52:37 +0100
720
721 libpve-storage-perl (4.0-40) unstable; urgency=medium
722
723 * storage_migrate: another ipv6 fix for an rsync command
724
725 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jan 2016 11:11:26 +0100
726
727 libpve-storage-perl (4.0-39) unstable; urgency=medium
728
729 * increase timeout for ZFSPlugin
730
731 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2016 10:48:45 +0100
732
733 libpve-storage-perl (4.0-38) unstable; urgency=medium
734
735 * nfs: is_mounted: match /^nfs.*/ type
736
737 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 16:16:06 +0100
738
739 libpve-storage-perl (4.0-37) unstable; urgency=medium
740
741 * nfs/glusterfs: is_mounted fixes
742
743 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 09:24:06 +0100
744
745 libpve-storage-perl (4.0-36) unstable; urgency=medium
746
747 * Revert "Change zfspoolplugin path when snapshot is given."
748
749 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 07:40:21 +0100
750
751 libpve-storage-perl (4.0-35) unstable; urgency=medium
752
753 * allow rx permissions for group/world on .subvol dirs
754
755 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 12:05:51 +0100
756
757 libpve-storage-perl (4.0-34) unstable; urgency=medium
758
759 * Change zfspoolplugin path when snapshot is given (use .zfs/snapshot/)
760
761 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:38:07 +0100
762
763 libpve-storage-perl (4.0-33) unstable; urgency=medium
764
765 * Fixed ZFS over iSCSI snapshot rollback
766
767 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2015 11:01:15 +0100
768
769 libpve-storage-perl (4.0-32) unstable; urgency=medium
770
771 * make use of the new ProcFSTools::parse_proc_mounts
772
773 * add support for lvmthin
774
775 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:38:10 +0100
776
777 libpve-storage-perl (4.0-31) unstable; urgency=medium
778
779 * zfs: enable posixacl and xattr for subvolumes
780
781 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:40:18 +0100
782
783 libpve-storage-perl (4.0-30) unstable; urgency=medium
784
785 * fix bug #809: fix volume_snapshot_delete in ZFSPlugin.pm
786
787 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 08:36:40 +0100
788
789 libpve-storage-perl (4.0-29) unstable; urgency=medium
790
791 * ISCSIPlugin: improve session parser
792
793 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 17:14:06 +0100
794
795 libpve-storage-perl (4.0-28) unstable; urgency=medium
796
797 * insert the format type at volume_resize
798
799 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:30:46 +0100
800
801 libpve-storage-perl (4.0-27) unstable; urgency=medium
802
803 * allow to choose content type for local storage
804
805 * fix bug #769: migrate: use -p on 'zfs send' to include properties
806
807 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 06:54:09 +0200
808
809 libpve-storage-perl (4.0-26) unstable; urgency=medium
810
811 * zfspool: fix volume_size_info and volume_resize for subvols
812
813 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:51:25 +0200
814
815 libpve-storage-perl (4.0-25) unstable; urgency=medium
816
817 * improve bash completion
818
819 * allow containers on lvm
820
821 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 10:57:43 +0200
822
823 libpve-storage-perl (4.0-24) unstable; urgency=medium
824
825 * drbd: return correct used/avail/total sizes
826
827 * volume_snapshot_delete: deactivate before deleting
828
829 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 13:36:22 +0200
830
831 libpve-storage-perl (4.0-23) unstable; urgency=medium
832
833 * extend functionality to (de)activate_volumes with snapshots
834
835 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2015 12:19:21 +0200
836
837 libpve-storage-perl (4.0-22) unstable; urgency=medium
838
839 * implement bash completions for pvesm
840
841 * remove unused parameter 'exclusive'
842
843 * fix lvm storage status
844
845 * rbd: make activate_volume idempotent
846
847 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:25:38 +0200
848
849 libpve-storage-perl (4.0-21) unstable; urgency=medium
850
851 * rbd: skip unmap if device is not mapped
852
853 * rbd: make activate_volume idempotent
854
855 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:43:35 +0200
856
857 libpve-storage-perl (4.0-20) unstable; urgency=medium
858
859 * rbd free_image: call deactivate_volumes
860
861 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 07:57:06 +0200
862
863 libpve-storage-perl (4.0-19) unstable; urgency=medium
864
865 * use read_proc_mounts from PVE::ProcFSTools
866
867 * Correct manpage examples to newer syntax
868
869 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:48:24 +0200
870
871 libpve-storage-perl (4.0-18) unstable; urgency=medium
872
873 * GlusterfsPlugin: replace Net::Ping with tcp_ping
874
875 * iSCSI ipv6 support
876
877 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Aug 2015 15:51:37 +0200
878
879 libpve-storage-perl (4.0-17) unstable; urgency=medium
880
881 * zfsscan: allow subvolume selection in ZPool storage
882
883 * Add content type rootfs to RBD and extend manual (allow to
884 store LXC containers)
885
886 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:42:17 +0200
887
888 libpve-storage-perl (4.0-16) unstable; urgency=medium
889
890 * remove storage access permissions after delete
891
892 * added remove storage (exist) check
893
894 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:40:59 +0200
895
896 libpve-storage-perl (4.0-15) unstable; urgency=medium
897
898 * upload API: safer filename handling
899
900 * add subvol support for directory storage
901
902 * zfs_parse_zvol_list: do not add pool to volname
903
904 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Aug 2015 16:27:52 +0200
905
906 libpve-storage-perl (4.0-14) unstable; urgency=medium
907
908 * storage status API: allow to filter multiple content types
909
910 * rbd: add support to krbd
911
912 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 09:45:18 +0200
913
914 libpve-storage-perl (4.0-13) unstable; urgency=medium
915
916 * mask world r and group wx permissions in vdisk_alloc
917
918 * fix bug #664
919
920 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jul 2015 08:50:33 +0200
921
922 libpve-storage-perl (4.0-12) unstable; urgency=medium
923
924 * allow templates using .xz compression
925
926 * Fix ZFSPoolPlugin path for subvol
927
928 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 10:08:05 +0200
929
930 libpve-storage-perl (4.0-11) unstable; urgency=medium
931
932 * drbd: improve error messages
933
934 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 12:11:39 +0200
935
936 libpve-storage-perl (4.0-10) unstable; urgency=medium
937
938 * drbd: updates for latest drbdmanage version
939
940 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jun 2015 13:53:36 +0200
941
942 libpve-storage-perl (4.0-9) unstable; urgency=medium
943
944 * drbd: call set_drbdsetup_props after auto-deploy
945
946 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 11:26:13 +0200
947
948 libpve-storage-perl (4.0-8) unstable; urgency=medium
949
950 * DRBD: set allow-two-primaries=yes, so that we can do live migrations.
951
952 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 08:58:42 +0200
953
954 libpve-storage-perl (4.0-7) unstable; urgency=medium
955
956 * add trigger for pve-api-updates
957
958 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 10:06:21 +0200
959
960 libpve-storage-perl (4.0-6) unstable; urgency=medium
961
962 * allow ipv6 addresses in Storage::verify_server
963
964 * NFSPlugin: deal with ipv6 addresses and fix regexps
965
966 * NFS: replace rpcinfo with showmounts
967
968 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 10:56:34 +0200
969
970 libpve-storage-perl (4.0-5) unstable; urgency=medium
971
972 * ipv6 support for Storage::resolv_server
973
974 -- Proxmox Support Team <support@proxmox.com> Tue, 12 May 2015 10:39:55 +0200
975
976 libpve-storage-perl (4.0-4) unstable; urgency=medium
977
978 * drbd: automatically create diskless assignments
979
980 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Mar 2015 12:51:49 +0100
981
982 libpve-storage-perl (4.0-3) unstable; urgency=medium
983
984 * add new storage plugin for DRBD9
985
986 * depend on libnet-dbus-perl
987
988 * pvesm add: pass storage type as first argument
989
990 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Mar 2015 07:01:18 +0100
991
992 libpve-storage-perl (4.0-2) unstable; urgency=medium
993
994 * fix bug #602: now zfs will wait 5 sec if error msg is "dataset is busy"
995
996 * depend on cstream
997
998 * fixed LV cleaning function. saferemove_throughput parameter added.
999
1000 * rbd: monhost string : escape only ":" character
1001
1002 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 10:17:29 +0100
1003
1004 libpve-storage-perl (4.0-1) unstable; urgency=medium
1005
1006 * update version for Debian Jessie
1007
1008 * remove clvm dependency
1009
1010 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2015 13:37:04 +0100
1011
1012 libpve-storage-perl (3.0-31) unstable; urgency=low
1013
1014 * zfs: fix image allocation
1015
1016 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Feb 2015 11:36:14 +0100
1017
1018 libpve-storage-perl (3.0-30) unstable; urgency=low
1019
1020 * add new method volume_rollback_is_possible
1021
1022 * cleanup error messages
1023
1024 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 09:42:14 +0100
1025
1026 libpve-storage-perl (3.0-29) unstable; urgency=low
1027
1028 * ZfsPoolPlugin: auto import after reboot
1029
1030 * ZfsPoolPlugin: fix add disks
1031
1032 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 12:27:40 +0100
1033
1034 libpve-storage-perl (3.0-28) unstable; urgency=low
1035
1036 * ZFSPoolPlugin: use 'udevadm settle' to wait until devices are created.
1037
1038 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jan 2015 06:27:06 +0100
1039
1040 libpve-storage-perl (3.0-27) unstable; urgency=low
1041
1042 * new ZFSPoolPlugin to access local zfs storage
1043
1044 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 13:01:51 +0100
1045
1046 libpve-storage-perl (3.0-26) unstable; urgency=low
1047
1048 * rbd, zfs, sheepdog: bugfix : fix alloc_image if name is specified
1049
1050 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Nov 2014 08:03:43 +0100
1051
1052 libpve-storage-perl (3.0-25) unstable; urgency=low
1053
1054 * ZFS plugin: fix modification of read only value
1055
1056 -- Proxmox Support Team <support@proxmox.com> Sat, 25 Oct 2014 09:47:14 +0200
1057
1058 libpve-storage-perl (3.0-24) unstable; urgency=low
1059
1060 * glusterfs: add transport option for glusterfs storage
1061
1062 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Oct 2014 09:30:29 +0200
1063
1064 libpve-storage-perl (3.0-23) unstable; urgency=low
1065
1066 * glusterfs: allow to upload iso images
1067
1068 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Sep 2014 14:18:18 +0200
1069
1070 libpve-storage-perl (3.0-22) unstable; urgency=low
1071
1072 * glusterfs: new option server2 to specify backup volfile server
1073
1074 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Aug 2014 11:31:28 +0200
1075
1076 libpve-storage-perl (3.0-21) unstable; urgency=low
1077
1078 * enable linked clones from snapshots (ceph)
1079
1080 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2014 08:05:51 +0200
1081
1082 libpve-storage-perl (3.0-20) unstable; urgency=low
1083
1084 * ZFS plugin improvements (added 'nowritecache' and 'sparse' options)
1085
1086 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 09:16:57 +0200
1087
1088 libpve-storage-perl (3.0-19) unstable; urgency=low
1089
1090 * glusterfs : create volume through gluster block driver
1091
1092 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2014 09:38:35 +0100
1093
1094 libpve-storage-perl (3.0-18) unstable; urgency=low
1095
1096 * ZFS plugin: add support for istgt
1097
1098 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2013 09:36:13 +0200
1099
1100 libpve-storage-perl (3.0-17) unstable; urgency=low
1101
1102 * ZFS plugin: Fixes bug in calculating pool size
1103
1104 * remove nexenta plugin (use ZFS plugin istead)
1105
1106 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:39:33 +0200
1107
1108 libpve-storage-perl (3.0-16) unstable; urgency=low
1109
1110 * cleanup ZFS Storage Plugin
1111
1112 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Oct 2013 07:32:38 +0200
1113
1114 libpve-storage-perl (3.0-15) unstable; urgency=low
1115
1116 * Added support for ZFS Storage Plugin (solaris, omnios)
1117
1118 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 06:55:57 +0200
1119
1120 libpve-storage-perl (3.0-14) unstable; urgency=low
1121
1122 * storage library: add new helper parse_volname()
1123
1124 * storage library: add new helper abs_filesystem_path()
1125
1126 * use warnings instead of global -w flag
1127
1128 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
1129
1130 libpve-storage-perl (3.0-13) unstable; urgency=low
1131
1132 * bug fix: use filesysetm_path for LVM/iSCSI storage
1133
1134 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Sep 2013 06:44:21 +0200
1135
1136 libpve-storage-perl (3.0-12) unstable; urgency=low
1137
1138 * glusterfs: relly delete volumes when requested
1139
1140 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 09:09:27 +0200
1141
1142 libpve-storage-perl (3.0-11) unstable; urgency=low
1143
1144 * API fix: auto-detect format for files with vmdk extension
1145
1146 * API fix: return error if volume does not exists
1147
1148 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Sep 2013 11:16:10 +0200
1149
1150 libpve-storage-perl (3.0-10) unstable; urgency=low
1151
1152 * add Glusterfs Plugin
1153
1154 * API: add scan method for glusterfs
1155
1156 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 06:45:27 +0200
1157
1158 libpve-storage-perl (3.0-9) unstable; urgency=low
1159
1160 * sheepdog: fixes for storeid != 'sheepdog'
1161
1162 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2013 10:08:43 +0200
1163
1164 libpve-storage-perl (3.0-8) unstable; urgency=low
1165
1166 * rdb: --format is deprecated, use --image-format instead
1167
1168 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jun 2013 13:09:49 +0200
1169
1170 libpve-storage-perl (3.0-7) unstable; urgency=low
1171
1172 * be more verebose on rbd commands to get progress
1173
1174 * various fixes for nexenta plugin
1175
1176 -- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 11:51:43 +0200
1177
1178 libpve-storage-perl (3.0-6) unstable; urgency=low
1179
1180 * fix bug from previous commit (parameter 'enabled' is optional)
1181
1182 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:24:38 +0200
1183
1184 libpve-storage-perl (3.0-5) unstable; urgency=low
1185
1186 * extend storage list API with useful parameters for clone
1187
1188 * rbd : clone volume to same pool that base volume
1189
1190 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 09:58:29 +0200
1191
1192 libpve-storage-perl (3.0-4) unstable; urgency=low
1193
1194 * fix iscsi session scan
1195
1196 -- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 08:04:33 +0200
1197
1198 libpve-storage-perl (3.0-3) unstable; urgency=low
1199
1200 * add snapsname parameter to path (required for qemu-img convert, for
1201 rbd & sheepdog currently)
1202
1203 -- Proxmox Support Team <support@proxmox.com> Thu, 02 May 2013 06:36:33 +0200
1204
1205 libpve-storage-perl (3.0-2) unstable; urgency=low
1206
1207 * rdb related fixes
1208
1209 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 08:01:46 +0200
1210
1211 libpve-storage-perl (3.0-1) unstable; urgency=low
1212
1213 * bump versiom for wheezy release
1214
1215 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:15:27 +0100
1216
1217 libpve-storage-perl (2.3-6) unstable; urgency=low
1218
1219 * file upload: fix race condition
1220
1221 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2013 09:00:05 +0100
1222
1223 libpve-storage-perl (2.3-5) unstable; urgency=low
1224
1225 * Allow removal of backup volumes if the user has
1226 Datastore.AllocateSpace privilege on the storage and VM.Backup
1227 privilege on the VM
1228
1229 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:03:24 +0100
1230
1231 libpve-storage-perl (2.3-4) unstable; urgency=low
1232
1233 * rbd: rework pool - username - auth_supported options
1234
1235 * API: fix access rights: use $rpcenv->check_volume_access()
1236
1237 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 06:41:58 +0100
1238
1239 libpve-storage-perl (2.3-3) unstable; urgency=low
1240
1241 * add create_base/clone functionality
1242
1243 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Feb 2013 11:12:39 +0100
1244
1245 libpve-storage-perl (2.3-2) unstable; urgency=low
1246
1247 * updates for new stable ceph release (0.56)
1248
1249 * depend on libfile-chdir-perl
1250
1251 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2013 11:46:07 +0100
1252
1253 libpve-storage-perl (2.3-1) unstable; urgency=low
1254
1255 * also list vma backup archives
1256
1257 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Dec 2012 07:33:22 +0100
1258
1259 libpve-storage-perl (2.0-36) unstable; urgency=low
1260
1261 * remove timeouts from 'qemu-img snapshot' commands.
1262
1263 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Nov 2012 08:52:23 +0100
1264
1265 libpve-storage-perl (2.0-35) unstable; urgency=low
1266
1267 * remove hardcoded blowfish cipher
1268
1269 * purge snapshots before delete volume
1270
1271 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:07:52 +0100
1272
1273 libpve-storage-perl (2.0-34) unstable; urgency=low
1274
1275 * rbd: add storage space stats, get volume size for volumes list
1276
1277 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Oct 2012 12:30:05 +0200
1278
1279 libpve-storage-perl (2.0-33) unstable; urgency=low
1280
1281 * create 'dump' directory if storage contains containers
1282
1283 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 13:36:35 +0200
1284
1285 libpve-storage-perl (2.0-32) unstable; urgency=low
1286
1287 * qcow2 : preallocate metadatas at file creation
1288
1289 * nexenta: implement storage status, several fixes
1290
1291 * add snapshot support
1292
1293 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Sep 2012 06:02:35 +0200
1294
1295 libpve-storage-perl (2.0-31) unstable; urgency=low
1296
1297 * fixes for nexenta, sheepdog and rbd
1298
1299 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Aug 2012 08:20:42 +0200
1300
1301 libpve-storage-perl (2.0-30) unstable; urgency=low
1302
1303 * add volume_resize functions
1304
1305 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Aug 2012 12:40:07 +0200
1306
1307 libpve-storage-perl (2.0-29) unstable; urgency=low
1308
1309 * improve tests for NFS server status
1310
1311 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Aug 2012 08:49:43 +0200
1312
1313 libpve-storage-perl (2.0-28) unstable; urgency=low
1314
1315 * add volume_size_info()
1316
1317 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jul 2012 10:46:39 +0200
1318
1319 libpve-storage-perl (2.0-27) unstable; urgency=low
1320
1321 * fix lvmscan
1322
1323 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jul 2012 15:49:59 +0200
1324
1325 libpve-storage-perl (2.0-26) unstable; urgency=low
1326
1327 * better timeout handling for nfs/iscsi
1328
1329 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jul 2012 11:06:57 +0200
1330
1331 libpve-storage-perl (2.0-25) unstable; urgency=low
1332
1333 * rbd: re-add hack for empty pool
1334
1335 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 14:03:14 +0200
1336
1337 libpve-storage-perl (2.0-24) unstable; urgency=low
1338
1339 * sheepdog: fix path() method, else kvm complains.
1340
1341 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 15:12:34 +0200
1342
1343 libpve-storage-perl (2.0-23) unstable; urgency=low
1344
1345 * cleanup rbd driver
1346
1347 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 13:26:27 +0200
1348
1349 libpve-storage-perl (2.0-22) unstable; urgency=low
1350
1351 * include iscsidirect and nexenta plugin (experimental)
1352
1353 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 11:56:51 +0200
1354
1355 libpve-storage-perl (2.0-21) unstable; urgency=low
1356
1357 * include sheepdog plugin
1358
1359 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 07:16:24 +0200
1360
1361 libpve-storage-perl (2.0-20) unstable; urgency=low
1362
1363 * include rbd plugin
1364
1365 * fix offline migration bug
1366
1367 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 06:44:54 +0200
1368
1369 libpve-storage-perl (2.0-19) unstable; urgency=low
1370
1371 * cleanup: new plugin architecture
1372
1373 -- Proxmox Support Team <support@proxmox.com> Wed, 23 May 2012 08:02:50 +0200
1374
1375 libpve-storage-perl (2.0-18) unstable; urgency=low
1376
1377 * fix bug #171: fix path_to_volume_id for unmounted NFS
1378
1379 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 12:34:11 +0200
1380
1381 libpve-storage-perl (2.0-17) unstable; urgency=low
1382
1383 * fix bug #148: set maxfiles for default local storage
1384
1385 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 14:39:44 +0200
1386
1387 libpve-storage-perl (2.0-16) unstable; urgency=low
1388
1389 * use dir_glob_* from PVE::Tools
1390
1391 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 08:00:31 +0200
1392
1393 libpve-storage-perl (2.0-15) unstable; urgency=low
1394
1395 * allow to set option 'maxfiles' (we will use this for vzdump)
1396
1397 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Mar 2012 07:16:17 +0100
1398
1399 libpve-storage-perl (2.0-14) unstable; urgency=low
1400
1401 * use Digest::SHA instead of Digest::SHA1
1402
1403 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 11:27:24 +0100
1404
1405 libpve-storage-perl (2.0-13) unstable; urgency=low
1406
1407 * new lvm option 'saferemove' to zero-out data when removing LVs
1408
1409 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Mar 2012 09:37:02 +0100
1410
1411 libpve-storage-perl (2.0-12) unstable; urgency=low
1412
1413 * fix permission checks (delete volume requires Datastore.Allocate)
1414
1415 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 12:08:16 +0100
1416
1417 libpve-storage-perl (2.0-11) unstable; urgency=low
1418
1419 * only list iscsi when enabled (content == images)
1420
1421 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 09:33:01 +0100
1422
1423 libpve-storage-perl (2.0-10) unstable; urgency=low
1424
1425 * also list tar.gz and tar.lzo backup files
1426
1427 * fix upload permissions. Only allow iso/tmpl upload
1428
1429 * parse backup files and return owner vmid
1430
1431 * add permission checks
1432
1433 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Feb 2012 14:08:49 +0100
1434
1435 libpve-storage-perl (2.0-9) unstable; urgency=low
1436
1437 * use -e (instead of -f) to test if volume exists
1438
1439 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 10:31:01 +0100
1440
1441 libpve-storage-perl (2.0-8) unstable; urgency=low
1442
1443 * fix iscsi size bug
1444
1445 * improve error messages
1446
1447 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 08:05:23 +0100
1448
1449 libpve-storage-perl (2.0-7) unstable; urgency=low
1450
1451 * improve error messages
1452
1453 * do not activate LVM volumes with 'vgchange -aly'
1454
1455 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 07:25:58 +0100
1456
1457 libpve-storage-perl (2.0-6) unstable; urgency=low
1458
1459 * improved container support
1460
1461 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2011 07:10:45 +0100
1462
1463 libpve-storage-perl (2.0-5) unstable; urgency=low
1464
1465 * allow container rootdir on NFS
1466
1467 * implement file upload API
1468
1469 * allow multiple content types
1470
1471 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 11:32:14 +0100
1472
1473 libpve-storage-perl (2.0-4) unstable; urgency=low
1474
1475 * return numeric values for channel/ID/LUN
1476
1477 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 08:46:58 +0200
1478
1479 libpve-storage-perl (2.0-3) unstable; urgency=low
1480
1481 * implemented node restrictions (storage can be restricted to specific
1482 nodes - i.e. DRBD)
1483
1484 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2011 08:55:11 +0200
1485
1486 libpve-storage-perl (2.0-2) unstable; urgency=low
1487
1488 * backport fixes (multipath, cache) from stable
1489
1490 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jul 2011 07:02:06 +0200
1491
1492 libpve-storage-perl (2.0-1) unstable; urgency=low
1493
1494 * change copyright to AGPL
1495
1496 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Aug 2010 10:15:46 +0200
1497
1498 libpve-storage-perl (1.0-10) unstable; urgency=low
1499
1500 * fix used space compute
1501
1502 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2010 10:48:58 +0100
1503
1504 libpve-storage-perl (1.0-9) unstable; urgency=low
1505
1506 * also query used space as suggested by Slavio
1507
1508 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2010 08:57:02 +0100
1509
1510 libpve-storage-perl (1.0-8) unstable; urgency=low
1511
1512 * also list vmdk files
1513
1514 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2010 11:52:43 +0100
1515
1516 libpve-storage-perl (1.0-7) unstable; urgency=low
1517
1518 * fix iscsi device detection on kernel 2.6.32
1519
1520 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2010 13:37:24 +0100
1521
1522 libpve-storage-perl (1.0-6) unstable; urgency=low
1523
1524 * fix bug in parse_volume_id (ignore case)
1525
1526 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2009 09:22:37 +0100
1527
1528 libpve-storage-perl (1.0-5) unstable; urgency=low
1529
1530 * fix bug in parse_volume_id
1531
1532 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2009 10:45:49 +0100
1533
1534 libpve-storage-perl (1.0-4) unstable; urgency=low
1535
1536 * new functions to list backup files
1537
1538 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2009 13:34:45 +0200
1539
1540 libpve-storage-perl (1.0-3) unstable; urgency=low
1541
1542 * new install/delete template functions
1543
1544 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Oct 2009 08:29:55 +0200
1545
1546 libpve-storage-perl (1.0-2) unstable; urgency=low
1547
1548 * do not remove storage which is used as base for other storage.
1549
1550 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 08:05:32 +0200
1551
1552 libpve-storage-perl (1.0-1) unstable; urgency=low
1553
1554 * initial package
1555
1556 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Mar 2009 11:13:19 +0100
1557