]> git.proxmox.com Git - pve-storage.git/blob - changelog.Debian
bump version to 4.0-47
[pve-storage.git] / changelog.Debian
1 libpve-storage-perl (4.0-74) unstable; urgency=medium
2
3 * fix bug #1280: Can't locate object method "root@pam"
4
5 * buildsys: use gzip -n to disable timestamps
6
7 * buildsys: use fakeroot for dpkg-deb
8
9 * buildsys: make job safety
10
11 * extract_vzdump_config: handle RE consistently
12
13 * weaken matching for vzdump config extract filename
14
15 -- Proxmox Support Team <support@proxmox.com> Sun, 12 Feb 2017 10:09:58 +0100
16
17 libpve-storage-perl (4.0-73) unstable; urgency=medium
18
19 * PVE::Storage: new helper check_volume_access()
20
21 * fixes for new PVE::RPCEnvironment implementation
22
23 * fix #1252: rbd: delete snapshots when using krbd
24
25 * Fix RBD resize with krbd option enabled
26
27 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:13:43 +0100
28
29 libpve-storage-perl (4.0-72) unstable; urgency=medium
30
31 * add setup_environment hook to CLIHandler class
32
33 * sheepdog : volume_resize return if running
34
35 * fix #1099 (again): map cciss/c0d0 to cciss!c0d0
36
37 * fix #1135: always clean up ZFS snapshots on migration
38
39 * storage_migrate: use bs=4k to copy images with dd
40
41 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:05:22 +0100
42
43 libpve-storage-perl (4.0-71) unstable; urgency=medium
44
45 * Add new function get_blockdev
46
47 * Add new function get_partnum
48
49 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:15:40 +0100
50
51 libpve-storage-perl (4.0-70) unstable; urgency=medium
52
53 * change regression test for crucial
54
55 * add crucial smart attribute for wear leveling
56
57 * correct regression test for sandisk ssds
58
59 * catch '---' in threshold output of sandisk ssds
60
61 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Nov 2016 17:22:44 +0100
62
63 libpve-storage-perl (4.0-69) unstable; urgency=medium
64
65 * use qemu gluster blockdriver for linked clone creation
66
67 * increase default timeout for zpool import
68
69 * improve zpool activate_storage
70
71 * allow --allow-shrink on RBD resize
72
73 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 09:31:17 +0100
74
75 libpve-storage-perl (4.0-68) unstable; urgency=medium
76
77 * add more regression test
78
79 * Diskmanage: use model from udevadm
80
81 * Diskmanage: use /sys/block/ path for udev instead of name
82
83 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Oct 2016 10:52:52 +0200
84
85 libpve-storage-perl (4.0-67) unstable; urgency=medium
86
87 * fix #1165: only check mount status when is_mountpoint is set
88
89 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 08:53:24 +0200
90
91 libpve-storage-perl (4.0-66) unstable; urgency=medium
92
93 * disks: fix warnings
94
95 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 09:28:31 +0200
96
97 libpve-storage-perl (4.0-65) unstable; urgency=medium
98
99 * allow rbd images < 1M to be detected
100
101 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 08:18:29 +0200
102
103 libpve-storage-perl (4.0-64) unstable; urgency=medium
104
105 * correctly parse cciss devices in get_disks
106
107 * fix #1135: refactor wear level parsing
108
109 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Oct 2016 07:53:11 +0200
110
111 libpve-storage-perl (4.0-63) unstable; urgency=medium
112
113 * fix #1123: modify NVME device path for SMART support
114
115 * add return schema to smart API path
116
117 * fix #1120: non-ATA disks with unstructured smart data
118
119 * fix #1120: SCSI SMART health parsing
120
121 * disks: allow get_disks without smart checks
122
123 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2016 07:16:23 +0200
124
125 libpve-storage-perl (4.0-62) unstable; urgency=medium
126
127 * fix #1122: correctly create LUNs for linked clones
128
129 * fix #1012: dir storage: add is_mountpoint option
130
131 * improve SMART error handling
132
133 * path based storages: improve the mkdir option
134
135 * Avoid JavaScript gets a string "0"
136
137 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Sep 2016 08:45:07 +0200
138
139 libpve-storage-perl (4.0-61) unstable; urgency=medium
140
141 * rbd: detect linked clones/base volumes correctly
142
143 * harmonize/cleanup list_images code
144
145 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 07:58:59 +0200
146
147 libpve-storage-perl (4.0-60) unstable; urgency=medium
148
149 * do not automatically die on smartctl exit code > 0
150
151 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 06:40:29 +0200
152
153 libpve-storage-perl (4.0-59) unstable; urgency=medium
154
155 * add smartmontools as dependency
156
157 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Sep 2016 11:14:09 +0200
158
159 libpve-storage-perl (4.0-58) unstable; urgency=medium
160
161 * sheepdog 1.0 changed the path from /usr/sbin/dog to /usr/bin/dog
162
163 * add api entries for disk management
164
165 * add Diskmanage Utilities
166
167 * rbd: allow to use client custom ceph conf for each storeid
168
169 * Add support for custom storage plugins
170
171 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Sep 2016 09:14:19 +0200
172
173 libpve-storage-perl (4.0-57) unstable; urgency=medium
174
175 * remove compression option from lvm migration
176
177 * fix spelling / grammar
178
179 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2016 14:59:26 +0200
180
181 libpve-storage-perl (4.0-56) unstable; urgency=medium
182
183 * Remove unused pve-storage-monhost format
184
185 * rbd: use pve-storage-portal-dns-list for monhost
186
187 * cleanups
188
189 * add tagged_only option to LVM storage
190
191 * add check if format is defined to avoid warning
192
193 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 14:24:15 +0200
194
195 libpve-storage-perl (4.0-55) unstable; urgency=medium
196
197 * fix #1033 storage_migrate on LVMThin - add die.
198
199 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Jun 2016 14:56:36 +0200
200
201 libpve-storage-perl (4.0-54) unstable; urgency=medium
202
203 * use correct ceph version command
204
205 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jun 2016 11:47:07 +0200
206
207 libpve-storage-perl (4.0-53) unstable; urgency=medium
208
209 * Dir storage creation: check for a sane path
210
211 * split udevam command call
212
213 * upload: whitelist filename chars instead of blacklisting
214
215 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jun 2016 18:16:26 +0200
216
217 libpve-storage-perl (4.0-52) unstable; urgency=medium
218
219 * disable jewel image features when using krdb
220
221 * add ceph version helpers
222
223 * fix 1012: dir: add mkdir option
224
225 * Add LVM/LVM-thin storage migration
226
227 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jun 2016 10:30:02 +0200
228
229 libpve-storage-perl (4.0-51) unstable; urgency=medium
230
231 * add pvesm extractconfig
232
233 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 12:05:27 +0200
234
235 libpve-storage-perl (4.0-50) unstable; urgency=medium
236
237 * DRBDPlugin: check_drbd_res() - ignore info codes
238
239 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Apr 2016 08:09:10 +0200
240
241 libpve-storage-perl (4.0-49) unstable; urgency=medium
242
243 * generate manpage with pve-doc-generator
244
245 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 11:24:32 +0200
246
247 libpve-storage-perl (4.0-48) unstable; urgency=medium
248
249 * zfs_parse_zvol_list: simplify regex
250
251 * zfs: encode base volumes in linked clones
252
253 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Apr 2016 08:56:03 +0200
254
255 libpve-storage-perl (4.0-47) unstable; urgency=medium
256
257 * fix LXC migration from local subvol
258
259 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Mar 2016 09:07:33 +0100
260
261 libpve-storage-perl (4.0-46) unstable; urgency=medium
262
263 * Use is_worker to decide default timeout for ZFS
264
265 * Include all snapshots when migrate storage zfs to zfs
266
267 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 16:50:26 +0100
268
269 libpve-storage-perl (4.0-45) unstable; urgency=medium
270
271 * lvmthin: activate base volumes
272
273 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 06:49:23 +0100
274
275 libpve-storage-perl (4.0-44) unstable; urgency=medium
276
277 * Remove content type container from GlusterFS.
278
279 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Mar 2016 17:14:36 +0100
280
281 libpve-storage-perl (4.0-43) unstable; urgency=medium
282
283 * depend on thin-provisioning-tools (required my systemd to activate
284 thin pools at boot time)
285
286 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 08:03:02 +0100
287
288 libpve-storage-perl (4.0-42) unstable; urgency=medium
289
290 * add sparseinit to has_feature
291
292 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Feb 2016 17:16:51 +0100
293
294 libpve-storage-perl (4.0-41) unstable; urgency=medium
295
296 * prepare storage for lvmthin gui (adds an lvmthin scan to the api)
297
298 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Feb 2016 09:52:37 +0100
299
300 libpve-storage-perl (4.0-40) unstable; urgency=medium
301
302 * storage_migrate: another ipv6 fix for an rsync command
303
304 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jan 2016 11:11:26 +0100
305
306 libpve-storage-perl (4.0-39) unstable; urgency=medium
307
308 * increase timeout for ZFSPlugin
309
310 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2016 10:48:45 +0100
311
312 libpve-storage-perl (4.0-38) unstable; urgency=medium
313
314 * nfs: is_mounted: match /^nfs.*/ type
315
316 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 16:16:06 +0100
317
318 libpve-storage-perl (4.0-37) unstable; urgency=medium
319
320 * nfs/glusterfs: is_mounted fixes
321
322 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 09:24:06 +0100
323
324 libpve-storage-perl (4.0-36) unstable; urgency=medium
325
326 * Revert "Change zfspoolplugin path when snapshot is given."
327
328 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 07:40:21 +0100
329
330 libpve-storage-perl (4.0-35) unstable; urgency=medium
331
332 * allow rx permissions for group/world on .subvol dirs
333
334 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Nov 2015 12:05:51 +0100
335
336 libpve-storage-perl (4.0-34) unstable; urgency=medium
337
338 * Change zfspoolplugin path when snapshot is given (use .zfs/snapshot/)
339
340 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:38:07 +0100
341
342 libpve-storage-perl (4.0-33) unstable; urgency=medium
343
344 * Fixed ZFS over iSCSI snapshot rollback
345
346 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2015 11:01:15 +0100
347
348 libpve-storage-perl (4.0-32) unstable; urgency=medium
349
350 * make use of the new ProcFSTools::parse_proc_mounts
351
352 * add support for lvmthin
353
354 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:38:10 +0100
355
356 libpve-storage-perl (4.0-31) unstable; urgency=medium
357
358 * zfs: enable posixacl and xattr for subvolumes
359
360 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:40:18 +0100
361
362 libpve-storage-perl (4.0-30) unstable; urgency=medium
363
364 * fix bug #809: fix volume_snapshot_delete in ZFSPlugin.pm
365
366 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 08:36:40 +0100
367
368 libpve-storage-perl (4.0-29) unstable; urgency=medium
369
370 * ISCSIPlugin: improve session parser
371
372 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 17:14:06 +0100
373
374 libpve-storage-perl (4.0-28) unstable; urgency=medium
375
376 * insert the format type at volume_resize
377
378 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:30:46 +0100
379
380 libpve-storage-perl (4.0-27) unstable; urgency=medium
381
382 * allow to choose content type for local storage
383
384 * fix bug #769: migrate: use -p on 'zfs send' to include properties
385
386 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 06:54:09 +0200
387
388 libpve-storage-perl (4.0-26) unstable; urgency=medium
389
390 * zfspool: fix volume_size_info and volume_resize for subvols
391
392 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:51:25 +0200
393
394 libpve-storage-perl (4.0-25) unstable; urgency=medium
395
396 * improve bash completion
397
398 * allow containers on lvm
399
400 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 10:57:43 +0200
401
402 libpve-storage-perl (4.0-24) unstable; urgency=medium
403
404 * drbd: return correct used/avail/total sizes
405
406 * volume_snapshot_delete: deactivate before deleting
407
408 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 13:36:22 +0200
409
410 libpve-storage-perl (4.0-23) unstable; urgency=medium
411
412 * extend functionality to (de)activate_volumes with snapshots
413
414 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2015 12:19:21 +0200
415
416 libpve-storage-perl (4.0-22) unstable; urgency=medium
417
418 * implement bash completions for pvesm
419
420 * remove unused parameter 'exclusive'
421
422 * fix lvm storage status
423
424 * rbd: make activate_volume idempotent
425
426 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:25:38 +0200
427
428 libpve-storage-perl (4.0-21) unstable; urgency=medium
429
430 * rbd: skip unmap if device is not mapped
431
432 * rbd: make activate_volume idempotent
433
434 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:43:35 +0200
435
436 libpve-storage-perl (4.0-20) unstable; urgency=medium
437
438 * rbd free_image: call deactivate_volumes
439
440 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 07:57:06 +0200
441
442 libpve-storage-perl (4.0-19) unstable; urgency=medium
443
444 * use read_proc_mounts from PVE::ProcFSTools
445
446 * Correct manpage examples to newer syntax
447
448 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:48:24 +0200
449
450 libpve-storage-perl (4.0-18) unstable; urgency=medium
451
452 * GlusterfsPlugin: replace Net::Ping with tcp_ping
453
454 * iSCSI ipv6 support
455
456 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Aug 2015 15:51:37 +0200
457
458 libpve-storage-perl (4.0-17) unstable; urgency=medium
459
460 * zfsscan: allow subvolume selection in ZPool storage
461
462 * Add content type rootfs to RBD and extend manual (allow to
463 store LXC containers)
464
465 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:42:17 +0200
466
467 libpve-storage-perl (4.0-16) unstable; urgency=medium
468
469 * remove storage access permissions after delete
470
471 * added remove storage (exist) check
472
473 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:40:59 +0200
474
475 libpve-storage-perl (4.0-15) unstable; urgency=medium
476
477 * upload API: safer filename handling
478
479 * add subvol support for directory storage
480
481 * zfs_parse_zvol_list: do not add pool to volname
482
483 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Aug 2015 16:27:52 +0200
484
485 libpve-storage-perl (4.0-14) unstable; urgency=medium
486
487 * storage status API: allow to filter multiple content types
488
489 * rbd: add support to krbd
490
491 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 09:45:18 +0200
492
493 libpve-storage-perl (4.0-13) unstable; urgency=medium
494
495 * mask world r and group wx permissions in vdisk_alloc
496
497 * fix bug #664
498
499 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jul 2015 08:50:33 +0200
500
501 libpve-storage-perl (4.0-12) unstable; urgency=medium
502
503 * allow templates using .xz compression
504
505 * Fix ZFSPoolPlugin path for subvol
506
507 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 10:08:05 +0200
508
509 libpve-storage-perl (4.0-11) unstable; urgency=medium
510
511 * drbd: improve error messages
512
513 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 12:11:39 +0200
514
515 libpve-storage-perl (4.0-10) unstable; urgency=medium
516
517 * drbd: updates for latest drbdmanage version
518
519 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jun 2015 13:53:36 +0200
520
521 libpve-storage-perl (4.0-9) unstable; urgency=medium
522
523 * drbd: call set_drbdsetup_props after auto-deploy
524
525 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 11:26:13 +0200
526
527 libpve-storage-perl (4.0-8) unstable; urgency=medium
528
529 * DRBD: set allow-two-primaries=yes, so that we can do live migrations.
530
531 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 08:58:42 +0200
532
533 libpve-storage-perl (4.0-7) unstable; urgency=medium
534
535 * add trigger for pve-api-updates
536
537 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 10:06:21 +0200
538
539 libpve-storage-perl (4.0-6) unstable; urgency=medium
540
541 * allow ipv6 addresses in Storage::verify_server
542
543 * NFSPlugin: deal with ipv6 addresses and fix regexps
544
545 * NFS: replace rpcinfo with showmounts
546
547 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 10:56:34 +0200
548
549 libpve-storage-perl (4.0-5) unstable; urgency=medium
550
551 * ipv6 support for Storage::resolv_server
552
553 -- Proxmox Support Team <support@proxmox.com> Tue, 12 May 2015 10:39:55 +0200
554
555 libpve-storage-perl (4.0-4) unstable; urgency=medium
556
557 * drbd: automatically create diskless assignments
558
559 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Mar 2015 12:51:49 +0100
560
561 libpve-storage-perl (4.0-3) unstable; urgency=medium
562
563 * add new storage plugin for DRBD9
564
565 * depend on libnet-dbus-perl
566
567 * pvesm add: pass storage type as first argument
568
569 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Mar 2015 07:01:18 +0100
570
571 libpve-storage-perl (4.0-2) unstable; urgency=medium
572
573 * fix bug #602: now zfs will wait 5 sec if error msg is "dataset is busy"
574
575 * depend on cstream
576
577 * fixed LV cleaning function. saferemove_throughput parameter added.
578
579 * rbd: monhost string : escape only ":" character
580
581 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 10:17:29 +0100
582
583 libpve-storage-perl (4.0-1) unstable; urgency=medium
584
585 * update version for Debian Jessie
586
587 * remove clvm dependency
588
589 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2015 13:37:04 +0100
590
591 libpve-storage-perl (3.0-31) unstable; urgency=low
592
593 * zfs: fix image allocation
594
595 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Feb 2015 11:36:14 +0100
596
597 libpve-storage-perl (3.0-30) unstable; urgency=low
598
599 * add new method volume_rollback_is_possible
600
601 * cleanup error messages
602
603 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 09:42:14 +0100
604
605 libpve-storage-perl (3.0-29) unstable; urgency=low
606
607 * ZfsPoolPlugin: auto import after reboot
608
609 * ZfsPoolPlugin: fix add disks
610
611 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 12:27:40 +0100
612
613 libpve-storage-perl (3.0-28) unstable; urgency=low
614
615 * ZFSPoolPlugin: use 'udevadm settle' to wait until devices are created.
616
617 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jan 2015 06:27:06 +0100
618
619 libpve-storage-perl (3.0-27) unstable; urgency=low
620
621 * new ZFSPoolPlugin to access local zfs storage
622
623 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 13:01:51 +0100
624
625 libpve-storage-perl (3.0-26) unstable; urgency=low
626
627 * rbd, zfs, sheepdog: bugfix : fix alloc_image if name is specified
628
629 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Nov 2014 08:03:43 +0100
630
631 libpve-storage-perl (3.0-25) unstable; urgency=low
632
633 * ZFS plugin: fix modification of read only value
634
635 -- Proxmox Support Team <support@proxmox.com> Sat, 25 Oct 2014 09:47:14 +0200
636
637 libpve-storage-perl (3.0-24) unstable; urgency=low
638
639 * glusterfs: add transport option for glusterfs storage
640
641 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Oct 2014 09:30:29 +0200
642
643 libpve-storage-perl (3.0-23) unstable; urgency=low
644
645 * glusterfs: allow to upload iso images
646
647 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Sep 2014 14:18:18 +0200
648
649 libpve-storage-perl (3.0-22) unstable; urgency=low
650
651 * glusterfs: new option server2 to specify backup volfile server
652
653 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Aug 2014 11:31:28 +0200
654
655 libpve-storage-perl (3.0-21) unstable; urgency=low
656
657 * enable linked clones from snapshots (ceph)
658
659 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2014 08:05:51 +0200
660
661 libpve-storage-perl (3.0-20) unstable; urgency=low
662
663 * ZFS plugin improvements (added 'nowritecache' and 'sparse' options)
664
665 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 09:16:57 +0200
666
667 libpve-storage-perl (3.0-19) unstable; urgency=low
668
669 * glusterfs : create volume through gluster block driver
670
671 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2014 09:38:35 +0100
672
673 libpve-storage-perl (3.0-18) unstable; urgency=low
674
675 * ZFS plugin: add support for istgt
676
677 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2013 09:36:13 +0200
678
679 libpve-storage-perl (3.0-17) unstable; urgency=low
680
681 * ZFS plugin: Fixes bug in calculating pool size
682
683 * remove nexenta plugin (use ZFS plugin istead)
684
685 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:39:33 +0200
686
687 libpve-storage-perl (3.0-16) unstable; urgency=low
688
689 * cleanup ZFS Storage Plugin
690
691 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Oct 2013 07:32:38 +0200
692
693 libpve-storage-perl (3.0-15) unstable; urgency=low
694
695 * Added support for ZFS Storage Plugin (solaris, omnios)
696
697 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 06:55:57 +0200
698
699 libpve-storage-perl (3.0-14) unstable; urgency=low
700
701 * storage library: add new helper parse_volname()
702
703 * storage library: add new helper abs_filesystem_path()
704
705 * use warnings instead of global -w flag
706
707 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
708
709 libpve-storage-perl (3.0-13) unstable; urgency=low
710
711 * bug fix: use filesysetm_path for LVM/iSCSI storage
712
713 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Sep 2013 06:44:21 +0200
714
715 libpve-storage-perl (3.0-12) unstable; urgency=low
716
717 * glusterfs: relly delete volumes when requested
718
719 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 09:09:27 +0200
720
721 libpve-storage-perl (3.0-11) unstable; urgency=low
722
723 * API fix: auto-detect format for files with vmdk extension
724
725 * API fix: return error if volume does not exists
726
727 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Sep 2013 11:16:10 +0200
728
729 libpve-storage-perl (3.0-10) unstable; urgency=low
730
731 * add Glusterfs Plugin
732
733 * API: add scan method for glusterfs
734
735 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 06:45:27 +0200
736
737 libpve-storage-perl (3.0-9) unstable; urgency=low
738
739 * sheepdog: fixes for storeid != 'sheepdog'
740
741 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2013 10:08:43 +0200
742
743 libpve-storage-perl (3.0-8) unstable; urgency=low
744
745 * rdb: --format is deprecated, use --image-format instead
746
747 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jun 2013 13:09:49 +0200
748
749 libpve-storage-perl (3.0-7) unstable; urgency=low
750
751 * be more verebose on rbd commands to get progress
752
753 * various fixes for nexenta plugin
754
755 -- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 11:51:43 +0200
756
757 libpve-storage-perl (3.0-6) unstable; urgency=low
758
759 * fix bug from previous commit (parameter 'enabled' is optional)
760
761 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:24:38 +0200
762
763 libpve-storage-perl (3.0-5) unstable; urgency=low
764
765 * extend storage list API with useful parameters for clone
766
767 * rbd : clone volume to same pool that base volume
768
769 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 09:58:29 +0200
770
771 libpve-storage-perl (3.0-4) unstable; urgency=low
772
773 * fix iscsi session scan
774
775 -- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 08:04:33 +0200
776
777 libpve-storage-perl (3.0-3) unstable; urgency=low
778
779 * add snapsname parameter to path (required for qemu-img convert, for
780 rbd & sheepdog currently)
781
782 -- Proxmox Support Team <support@proxmox.com> Thu, 02 May 2013 06:36:33 +0200
783
784 libpve-storage-perl (3.0-2) unstable; urgency=low
785
786 * rdb related fixes
787
788 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 08:01:46 +0200
789
790 libpve-storage-perl (3.0-1) unstable; urgency=low
791
792 * bump versiom for wheezy release
793
794 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:15:27 +0100
795
796 libpve-storage-perl (2.3-6) unstable; urgency=low
797
798 * file upload: fix race condition
799
800 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2013 09:00:05 +0100
801
802 libpve-storage-perl (2.3-5) unstable; urgency=low
803
804 * Allow removal of backup volumes if the user has
805 Datastore.AllocateSpace privilege on the storage and VM.Backup
806 privilege on the VM
807
808 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:03:24 +0100
809
810 libpve-storage-perl (2.3-4) unstable; urgency=low
811
812 * rbd: rework pool - username - auth_supported options
813
814 * API: fix access rights: use $rpcenv->check_volume_access()
815
816 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 06:41:58 +0100
817
818 libpve-storage-perl (2.3-3) unstable; urgency=low
819
820 * add create_base/clone functionality
821
822 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Feb 2013 11:12:39 +0100
823
824 libpve-storage-perl (2.3-2) unstable; urgency=low
825
826 * updates for new stable ceph release (0.56)
827
828 * depend on libfile-chdir-perl
829
830 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2013 11:46:07 +0100
831
832 libpve-storage-perl (2.3-1) unstable; urgency=low
833
834 * also list vma backup archives
835
836 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Dec 2012 07:33:22 +0100
837
838 libpve-storage-perl (2.0-36) unstable; urgency=low
839
840 * remove timeouts from 'qemu-img snapshot' commands.
841
842 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Nov 2012 08:52:23 +0100
843
844 libpve-storage-perl (2.0-35) unstable; urgency=low
845
846 * remove hardcoded blowfish cipher
847
848 * purge snapshots before delete volume
849
850 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:07:52 +0100
851
852 libpve-storage-perl (2.0-34) unstable; urgency=low
853
854 * rbd: add storage space stats, get volume size for volumes list
855
856 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Oct 2012 12:30:05 +0200
857
858 libpve-storage-perl (2.0-33) unstable; urgency=low
859
860 * create 'dump' directory if storage contains containers
861
862 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 13:36:35 +0200
863
864 libpve-storage-perl (2.0-32) unstable; urgency=low
865
866 * qcow2 : preallocate metadatas at file creation
867
868 * nexenta: implement storage status, several fixes
869
870 * add snapshot support
871
872 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Sep 2012 06:02:35 +0200
873
874 libpve-storage-perl (2.0-31) unstable; urgency=low
875
876 * fixes for nexenta, sheepdog and rbd
877
878 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Aug 2012 08:20:42 +0200
879
880 libpve-storage-perl (2.0-30) unstable; urgency=low
881
882 * add volume_resize functions
883
884 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Aug 2012 12:40:07 +0200
885
886 libpve-storage-perl (2.0-29) unstable; urgency=low
887
888 * improve tests for NFS server status
889
890 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Aug 2012 08:49:43 +0200
891
892 libpve-storage-perl (2.0-28) unstable; urgency=low
893
894 * add volume_size_info()
895
896 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jul 2012 10:46:39 +0200
897
898 libpve-storage-perl (2.0-27) unstable; urgency=low
899
900 * fix lvmscan
901
902 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jul 2012 15:49:59 +0200
903
904 libpve-storage-perl (2.0-26) unstable; urgency=low
905
906 * better timeout handling for nfs/iscsi
907
908 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jul 2012 11:06:57 +0200
909
910 libpve-storage-perl (2.0-25) unstable; urgency=low
911
912 * rbd: re-add hack for empty pool
913
914 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 14:03:14 +0200
915
916 libpve-storage-perl (2.0-24) unstable; urgency=low
917
918 * sheepdog: fix path() method, else kvm complains.
919
920 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 15:12:34 +0200
921
922 libpve-storage-perl (2.0-23) unstable; urgency=low
923
924 * cleanup rbd driver
925
926 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 13:26:27 +0200
927
928 libpve-storage-perl (2.0-22) unstable; urgency=low
929
930 * include iscsidirect and nexenta plugin (experimental)
931
932 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 11:56:51 +0200
933
934 libpve-storage-perl (2.0-21) unstable; urgency=low
935
936 * include sheepdog plugin
937
938 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 07:16:24 +0200
939
940 libpve-storage-perl (2.0-20) unstable; urgency=low
941
942 * include rbd plugin
943
944 * fix offline migration bug
945
946 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 06:44:54 +0200
947
948 libpve-storage-perl (2.0-19) unstable; urgency=low
949
950 * cleanup: new plugin architecture
951
952 -- Proxmox Support Team <support@proxmox.com> Wed, 23 May 2012 08:02:50 +0200
953
954 libpve-storage-perl (2.0-18) unstable; urgency=low
955
956 * fix bug #171: fix path_to_volume_id for unmounted NFS
957
958 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 12:34:11 +0200
959
960 libpve-storage-perl (2.0-17) unstable; urgency=low
961
962 * fix bug #148: set maxfiles for default local storage
963
964 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 14:39:44 +0200
965
966 libpve-storage-perl (2.0-16) unstable; urgency=low
967
968 * use dir_glob_* from PVE::Tools
969
970 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 08:00:31 +0200
971
972 libpve-storage-perl (2.0-15) unstable; urgency=low
973
974 * allow to set option 'maxfiles' (we will use this for vzdump)
975
976 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Mar 2012 07:16:17 +0100
977
978 libpve-storage-perl (2.0-14) unstable; urgency=low
979
980 * use Digest::SHA instead of Digest::SHA1
981
982 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 11:27:24 +0100
983
984 libpve-storage-perl (2.0-13) unstable; urgency=low
985
986 * new lvm option 'saferemove' to zero-out data when removing LVs
987
988 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Mar 2012 09:37:02 +0100
989
990 libpve-storage-perl (2.0-12) unstable; urgency=low
991
992 * fix permission checks (delete volume requires Datastore.Allocate)
993
994 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 12:08:16 +0100
995
996 libpve-storage-perl (2.0-11) unstable; urgency=low
997
998 * only list iscsi when enabled (content == images)
999
1000 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 09:33:01 +0100
1001
1002 libpve-storage-perl (2.0-10) unstable; urgency=low
1003
1004 * also list tar.gz and tar.lzo backup files
1005
1006 * fix upload permissions. Only allow iso/tmpl upload
1007
1008 * parse backup files and return owner vmid
1009
1010 * add permission checks
1011
1012 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Feb 2012 14:08:49 +0100
1013
1014 libpve-storage-perl (2.0-9) unstable; urgency=low
1015
1016 * use -e (instead of -f) to test if volume exists
1017
1018 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 10:31:01 +0100
1019
1020 libpve-storage-perl (2.0-8) unstable; urgency=low
1021
1022 * fix iscsi size bug
1023
1024 * improve error messages
1025
1026 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 08:05:23 +0100
1027
1028 libpve-storage-perl (2.0-7) unstable; urgency=low
1029
1030 * improve error messages
1031
1032 * do not activate LVM volumes with 'vgchange -aly'
1033
1034 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 07:25:58 +0100
1035
1036 libpve-storage-perl (2.0-6) unstable; urgency=low
1037
1038 * improved container support
1039
1040 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2011 07:10:45 +0100
1041
1042 libpve-storage-perl (2.0-5) unstable; urgency=low
1043
1044 * allow container rootdir on NFS
1045
1046 * implement file upload API
1047
1048 * allow multiple content types
1049
1050 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 11:32:14 +0100
1051
1052 libpve-storage-perl (2.0-4) unstable; urgency=low
1053
1054 * return numeric values for channel/ID/LUN
1055
1056 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 08:46:58 +0200
1057
1058 libpve-storage-perl (2.0-3) unstable; urgency=low
1059
1060 * implemented node restrictions (storage can be restricted to specific
1061 nodes - i.e. DRBD)
1062
1063 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2011 08:55:11 +0200
1064
1065 libpve-storage-perl (2.0-2) unstable; urgency=low
1066
1067 * backport fixes (multipath, cache) from stable
1068
1069 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jul 2011 07:02:06 +0200
1070
1071 libpve-storage-perl (2.0-1) unstable; urgency=low
1072
1073 * change copyright to AGPL
1074
1075 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Aug 2010 10:15:46 +0200
1076
1077 libpve-storage-perl (1.0-10) unstable; urgency=low
1078
1079 * fix used space compute
1080
1081 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2010 10:48:58 +0100
1082
1083 libpve-storage-perl (1.0-9) unstable; urgency=low
1084
1085 * also query used space as suggested by Slavio
1086
1087 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2010 08:57:02 +0100
1088
1089 libpve-storage-perl (1.0-8) unstable; urgency=low
1090
1091 * also list vmdk files
1092
1093 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2010 11:52:43 +0100
1094
1095 libpve-storage-perl (1.0-7) unstable; urgency=low
1096
1097 * fix iscsi device detection on kernel 2.6.32
1098
1099 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2010 13:37:24 +0100
1100
1101 libpve-storage-perl (1.0-6) unstable; urgency=low
1102
1103 * fix bug in parse_volume_id (ignore case)
1104
1105 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2009 09:22:37 +0100
1106
1107 libpve-storage-perl (1.0-5) unstable; urgency=low
1108
1109 * fix bug in parse_volume_id
1110
1111 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2009 10:45:49 +0100
1112
1113 libpve-storage-perl (1.0-4) unstable; urgency=low
1114
1115 * new functions to list backup files
1116
1117 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2009 13:34:45 +0200
1118
1119 libpve-storage-perl (1.0-3) unstable; urgency=low
1120
1121 * new install/delete template functions
1122
1123 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Oct 2009 08:29:55 +0200
1124
1125 libpve-storage-perl (1.0-2) unstable; urgency=low
1126
1127 * do not remove storage which is used as base for other storage.
1128
1129 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 08:05:32 +0200
1130
1131 libpve-storage-perl (1.0-1) unstable; urgency=low
1132
1133 * initial package
1134
1135 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Mar 2009 11:13:19 +0100
1136