forked from odiso/proxmox-pve-storage-netapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.Debian
801 lines (403 loc) · 22.9 KB
/
changelog.Debian
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
libpve-storage-perl (4.0-34) unstable; urgency=medium
* Change zfspoolplugin path when snapshot is given (use .zfs/snapshot/)
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Nov 2015 12:38:07 +0100
libpve-storage-perl (4.0-33) unstable; urgency=medium
* Fixed ZFS over iSCSI snapshot rollback
-- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2015 11:01:15 +0100
libpve-storage-perl (4.0-32) unstable; urgency=medium
* make use of the new ProcFSTools::parse_proc_mounts
* add support for lvmthin
-- Proxmox Support Team <support@proxmox.com> Sat, 14 Nov 2015 10:38:10 +0100
libpve-storage-perl (4.0-31) unstable; urgency=medium
* zfs: enable posixacl and xattr for subvolumes
-- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:40:18 +0100
libpve-storage-perl (4.0-30) unstable; urgency=medium
* fix bug #809: fix volume_snapshot_delete in ZFSPlugin.pm
-- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 08:36:40 +0100
libpve-storage-perl (4.0-29) unstable; urgency=medium
* ISCSIPlugin: improve session parser
-- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2015 17:14:06 +0100
libpve-storage-perl (4.0-28) unstable; urgency=medium
* insert the format type at volume_resize
-- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:30:46 +0100
libpve-storage-perl (4.0-27) unstable; urgency=medium
* allow to choose content type for local storage
* fix bug #769: migrate: use -p on 'zfs send' to include properties
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 06:54:09 +0200
libpve-storage-perl (4.0-26) unstable; urgency=medium
* zfspool: fix volume_size_info and volume_resize for subvols
-- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:51:25 +0200
libpve-storage-perl (4.0-25) unstable; urgency=medium
* improve bash completion
* allow containers on lvm
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 10:57:43 +0200
libpve-storage-perl (4.0-24) unstable; urgency=medium
* drbd: return correct used/avail/total sizes
* volume_snapshot_delete: deactivate before deleting
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 13:36:22 +0200
libpve-storage-perl (4.0-23) unstable; urgency=medium
* extend functionality to (de)activate_volumes with snapshots
-- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2015 12:19:21 +0200
libpve-storage-perl (4.0-22) unstable; urgency=medium
* implement bash completions for pvesm
* remove unused parameter 'exclusive'
* fix lvm storage status
* rbd: make activate_volume idempotent
-- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:25:38 +0200
libpve-storage-perl (4.0-21) unstable; urgency=medium
* rbd: skip unmap if device is not mapped
* rbd: make activate_volume idempotent
-- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:43:35 +0200
libpve-storage-perl (4.0-20) unstable; urgency=medium
* rbd free_image: call deactivate_volumes
-- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 07:57:06 +0200
libpve-storage-perl (4.0-19) unstable; urgency=medium
* use read_proc_mounts from PVE::ProcFSTools
* Correct manpage examples to newer syntax
-- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:48:24 +0200
libpve-storage-perl (4.0-18) unstable; urgency=medium
* GlusterfsPlugin: replace Net::Ping with tcp_ping
* iSCSI ipv6 support
-- Proxmox Support Team <support@proxmox.com> Mon, 31 Aug 2015 15:51:37 +0200
libpve-storage-perl (4.0-17) unstable; urgency=medium
* zfsscan: allow subvolume selection in ZPool storage
* Add content type rootfs to RBD and extend manual (allow to
store LXC containers)
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:42:17 +0200
libpve-storage-perl (4.0-16) unstable; urgency=medium
* remove storage access permissions after delete
* added remove storage (exist) check
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:40:59 +0200
libpve-storage-perl (4.0-15) unstable; urgency=medium
* upload API: safer filename handling
* add subvol support for directory storage
* zfs_parse_zvol_list: do not add pool to volname
-- Proxmox Support Team <support@proxmox.com> Tue, 18 Aug 2015 16:27:52 +0200
libpve-storage-perl (4.0-14) unstable; urgency=medium
* storage status API: allow to filter multiple content types
* rbd: add support to krbd
-- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 09:45:18 +0200
libpve-storage-perl (4.0-13) unstable; urgency=medium
* mask world r and group wx permissions in vdisk_alloc
* fix bug #664
-- Proxmox Support Team <support@proxmox.com> Thu, 30 Jul 2015 08:50:33 +0200
libpve-storage-perl (4.0-12) unstable; urgency=medium
* allow templates using .xz compression
* Fix ZFSPoolPlugin path for subvol
-- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 10:08:05 +0200
libpve-storage-perl (4.0-11) unstable; urgency=medium
* drbd: improve error messages
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 12:11:39 +0200
libpve-storage-perl (4.0-10) unstable; urgency=medium
* drbd: updates for latest drbdmanage version
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Jun 2015 13:53:36 +0200
libpve-storage-perl (4.0-9) unstable; urgency=medium
* drbd: call set_drbdsetup_props after auto-deploy
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 11:26:13 +0200
libpve-storage-perl (4.0-8) unstable; urgency=medium
* DRBD: set allow-two-primaries=yes, so that we can do live migrations.
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Jun 2015 08:58:42 +0200
libpve-storage-perl (4.0-7) unstable; urgency=medium
* add trigger for pve-api-updates
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 10:06:21 +0200
libpve-storage-perl (4.0-6) unstable; urgency=medium
* allow ipv6 addresses in Storage::verify_server
* NFSPlugin: deal with ipv6 addresses and fix regexps
* NFS: replace rpcinfo with showmounts
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 10:56:34 +0200
libpve-storage-perl (4.0-5) unstable; urgency=medium
* ipv6 support for Storage::resolv_server
-- Proxmox Support Team <support@proxmox.com> Tue, 12 May 2015 10:39:55 +0200
libpve-storage-perl (4.0-4) unstable; urgency=medium
* drbd: automatically create diskless assignments
-- Proxmox Support Team <support@proxmox.com> Mon, 23 Mar 2015 12:51:49 +0100
libpve-storage-perl (4.0-3) unstable; urgency=medium
* add new storage plugin for DRBD9
* depend on libnet-dbus-perl
* pvesm add: pass storage type as first argument
-- Proxmox Support Team <support@proxmox.com> Sat, 21 Mar 2015 07:01:18 +0100
libpve-storage-perl (4.0-2) unstable; urgency=medium
* fix bug #602: now zfs will wait 5 sec if error msg is "dataset is busy"
* depend on cstream
* fixed LV cleaning function. saferemove_throughput parameter added.
* rbd: monhost string : escape only ":" character
-- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 10:17:29 +0100
libpve-storage-perl (4.0-1) unstable; urgency=medium
* update version for Debian Jessie
* remove clvm dependency
-- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2015 13:37:04 +0100
libpve-storage-perl (3.0-31) unstable; urgency=low
* zfs: fix image allocation
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Feb 2015 11:36:14 +0100
libpve-storage-perl (3.0-30) unstable; urgency=low
* add new method volume_rollback_is_possible
* cleanup error messages
-- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 09:42:14 +0100
libpve-storage-perl (3.0-29) unstable; urgency=low
* ZfsPoolPlugin: auto import after reboot
* ZfsPoolPlugin: fix add disks
-- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 12:27:40 +0100
libpve-storage-perl (3.0-28) unstable; urgency=low
* ZFSPoolPlugin: use 'udevadm settle' to wait until devices are created.
-- Proxmox Support Team <support@proxmox.com> Fri, 30 Jan 2015 06:27:06 +0100
libpve-storage-perl (3.0-27) unstable; urgency=low
* new ZFSPoolPlugin to access local zfs storage
-- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 13:01:51 +0100
libpve-storage-perl (3.0-26) unstable; urgency=low
* rbd, zfs, sheepdog: bugfix : fix alloc_image if name is specified
-- Proxmox Support Team <support@proxmox.com> Fri, 21 Nov 2014 08:03:43 +0100
libpve-storage-perl (3.0-25) unstable; urgency=low
* ZFS plugin: fix modification of read only value
-- Proxmox Support Team <support@proxmox.com> Sat, 25 Oct 2014 09:47:14 +0200
libpve-storage-perl (3.0-24) unstable; urgency=low
* glusterfs: add transport option for glusterfs storage
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Oct 2014 09:30:29 +0200
libpve-storage-perl (3.0-23) unstable; urgency=low
* glusterfs: allow to upload iso images
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Sep 2014 14:18:18 +0200
libpve-storage-perl (3.0-22) unstable; urgency=low
* glusterfs: new option server2 to specify backup volfile server
-- Proxmox Support Team <support@proxmox.com> Wed, 27 Aug 2014 11:31:28 +0200
libpve-storage-perl (3.0-21) unstable; urgency=low
* enable linked clones from snapshots (ceph)
-- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2014 08:05:51 +0200
libpve-storage-perl (3.0-20) unstable; urgency=low
* ZFS plugin improvements (added 'nowritecache' and 'sparse' options)
-- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 09:16:57 +0200
libpve-storage-perl (3.0-19) unstable; urgency=low
* glusterfs : create volume through gluster block driver
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2014 09:38:35 +0100
libpve-storage-perl (3.0-18) unstable; urgency=low
* ZFS plugin: add support for istgt
-- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2013 09:36:13 +0200
libpve-storage-perl (3.0-17) unstable; urgency=low
* ZFS plugin: Fixes bug in calculating pool size
* remove nexenta plugin (use ZFS plugin istead)
-- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:39:33 +0200
libpve-storage-perl (3.0-16) unstable; urgency=low
* cleanup ZFS Storage Plugin
-- Proxmox Support Team <support@proxmox.com> Thu, 03 Oct 2013 07:32:38 +0200
libpve-storage-perl (3.0-15) unstable; urgency=low
* Added support for ZFS Storage Plugin (solaris, omnios)
-- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 06:55:57 +0200
libpve-storage-perl (3.0-14) unstable; urgency=low
* storage library: add new helper parse_volname()
* storage library: add new helper abs_filesystem_path()
* use warnings instead of global -w flag
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
libpve-storage-perl (3.0-13) unstable; urgency=low
* bug fix: use filesysetm_path for LVM/iSCSI storage
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Sep 2013 06:44:21 +0200
libpve-storage-perl (3.0-12) unstable; urgency=low
* glusterfs: relly delete volumes when requested
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 09:09:27 +0200
libpve-storage-perl (3.0-11) unstable; urgency=low
* API fix: auto-detect format for files with vmdk extension
* API fix: return error if volume does not exists
-- Proxmox Support Team <support@proxmox.com> Wed, 04 Sep 2013 11:16:10 +0200
libpve-storage-perl (3.0-10) unstable; urgency=low
* add Glusterfs Plugin
* API: add scan method for glusterfs
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 06:45:27 +0200
libpve-storage-perl (3.0-9) unstable; urgency=low
* sheepdog: fixes for storeid != 'sheepdog'
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2013 10:08:43 +0200
libpve-storage-perl (3.0-8) unstable; urgency=low
* rdb: --format is deprecated, use --image-format instead
-- Proxmox Support Team <support@proxmox.com> Tue, 04 Jun 2013 13:09:49 +0200
libpve-storage-perl (3.0-7) unstable; urgency=low
* be more verebose on rbd commands to get progress
* various fixes for nexenta plugin
-- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 11:51:43 +0200
libpve-storage-perl (3.0-6) unstable; urgency=low
* fix bug from previous commit (parameter 'enabled' is optional)
-- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:24:38 +0200
libpve-storage-perl (3.0-5) unstable; urgency=low
* extend storage list API with useful parameters for clone
* rbd : clone volume to same pool that base volume
-- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 09:58:29 +0200
libpve-storage-perl (3.0-4) unstable; urgency=low
* fix iscsi session scan
-- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 08:04:33 +0200
libpve-storage-perl (3.0-3) unstable; urgency=low
* add snapsname parameter to path (required for qemu-img convert, for
rbd & sheepdog currently)
-- Proxmox Support Team <support@proxmox.com> Thu, 02 May 2013 06:36:33 +0200
libpve-storage-perl (3.0-2) unstable; urgency=low
* rdb related fixes
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 08:01:46 +0200
libpve-storage-perl (3.0-1) unstable; urgency=low
* bump versiom for wheezy release
-- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:15:27 +0100
libpve-storage-perl (2.3-6) unstable; urgency=low
* file upload: fix race condition
-- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2013 09:00:05 +0100
libpve-storage-perl (2.3-5) unstable; urgency=low
* Allow removal of backup volumes if the user has
Datastore.AllocateSpace privilege on the storage and VM.Backup
privilege on the VM
-- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:03:24 +0100
libpve-storage-perl (2.3-4) unstable; urgency=low
* rbd: rework pool - username - auth_supported options
* API: fix access rights: use $rpcenv->check_volume_access()
-- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 06:41:58 +0100
libpve-storage-perl (2.3-3) unstable; urgency=low
* add create_base/clone functionality
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Feb 2013 11:12:39 +0100
libpve-storage-perl (2.3-2) unstable; urgency=low
* updates for new stable ceph release (0.56)
* depend on libfile-chdir-perl
-- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2013 11:46:07 +0100
libpve-storage-perl (2.3-1) unstable; urgency=low
* also list vma backup archives
-- Proxmox Support Team <support@proxmox.com> Thu, 13 Dec 2012 07:33:22 +0100
libpve-storage-perl (2.0-36) unstable; urgency=low
* remove timeouts from 'qemu-img snapshot' commands.
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Nov 2012 08:52:23 +0100
libpve-storage-perl (2.0-35) unstable; urgency=low
* remove hardcoded blowfish cipher
* purge snapshots before delete volume
-- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:07:52 +0100
libpve-storage-perl (2.0-34) unstable; urgency=low
* rbd: add storage space stats, get volume size for volumes list
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Oct 2012 12:30:05 +0200
libpve-storage-perl (2.0-33) unstable; urgency=low
* create 'dump' directory if storage contains containers
-- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 13:36:35 +0200
libpve-storage-perl (2.0-32) unstable; urgency=low
* qcow2 : preallocate metadatas at file creation
* nexenta: implement storage status, several fixes
* add snapshot support
-- Proxmox Support Team <support@proxmox.com> Tue, 25 Sep 2012 06:02:35 +0200
libpve-storage-perl (2.0-31) unstable; urgency=low
* fixes for nexenta, sheepdog and rbd
-- Proxmox Support Team <support@proxmox.com> Fri, 24 Aug 2012 08:20:42 +0200
libpve-storage-perl (2.0-30) unstable; urgency=low
* add volume_resize functions
-- Proxmox Support Team <support@proxmox.com> Tue, 14 Aug 2012 12:40:07 +0200
libpve-storage-perl (2.0-29) unstable; urgency=low
* improve tests for NFS server status
-- Proxmox Support Team <support@proxmox.com> Wed, 01 Aug 2012 08:49:43 +0200
libpve-storage-perl (2.0-28) unstable; urgency=low
* add volume_size_info()
-- Proxmox Support Team <support@proxmox.com> Fri, 27 Jul 2012 10:46:39 +0200
libpve-storage-perl (2.0-27) unstable; urgency=low
* fix lvmscan
-- Proxmox Support Team <support@proxmox.com> Wed, 25 Jul 2012 15:49:59 +0200
libpve-storage-perl (2.0-26) unstable; urgency=low
* better timeout handling for nfs/iscsi
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Jul 2012 11:06:57 +0200
libpve-storage-perl (2.0-25) unstable; urgency=low
* rbd: re-add hack for empty pool
-- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 14:03:14 +0200
libpve-storage-perl (2.0-24) unstable; urgency=low
* sheepdog: fix path() method, else kvm complains.
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 15:12:34 +0200
libpve-storage-perl (2.0-23) unstable; urgency=low
* cleanup rbd driver
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 13:26:27 +0200
libpve-storage-perl (2.0-22) unstable; urgency=low
* include iscsidirect and nexenta plugin (experimental)
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2012 11:56:51 +0200
libpve-storage-perl (2.0-21) unstable; urgency=low
* include sheepdog plugin
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 07:16:24 +0200
libpve-storage-perl (2.0-20) unstable; urgency=low
* include rbd plugin
* fix offline migration bug
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 06:44:54 +0200
libpve-storage-perl (2.0-19) unstable; urgency=low
* cleanup: new plugin architecture
-- Proxmox Support Team <support@proxmox.com> Wed, 23 May 2012 08:02:50 +0200
libpve-storage-perl (2.0-18) unstable; urgency=low
* fix bug #171: fix path_to_volume_id for unmounted NFS
-- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 12:34:11 +0200
libpve-storage-perl (2.0-17) unstable; urgency=low
* fix bug #148: set maxfiles for default local storage
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 14:39:44 +0200
libpve-storage-perl (2.0-16) unstable; urgency=low
* use dir_glob_* from PVE::Tools
-- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 08:00:31 +0200
libpve-storage-perl (2.0-15) unstable; urgency=low
* allow to set option 'maxfiles' (we will use this for vzdump)
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Mar 2012 07:16:17 +0100
libpve-storage-perl (2.0-14) unstable; urgency=low
* use Digest::SHA instead of Digest::SHA1
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 11:27:24 +0100
libpve-storage-perl (2.0-13) unstable; urgency=low
* new lvm option 'saferemove' to zero-out data when removing LVs
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Mar 2012 09:37:02 +0100
libpve-storage-perl (2.0-12) unstable; urgency=low
* fix permission checks (delete volume requires Datastore.Allocate)
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 12:08:16 +0100
libpve-storage-perl (2.0-11) unstable; urgency=low
* only list iscsi when enabled (content == images)
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 09:33:01 +0100
libpve-storage-perl (2.0-10) unstable; urgency=low
* also list tar.gz and tar.lzo backup files
* fix upload permissions. Only allow iso/tmpl upload
* parse backup files and return owner vmid
* add permission checks
-- Proxmox Support Team <support@proxmox.com> Thu, 09 Feb 2012 14:08:49 +0100
libpve-storage-perl (2.0-9) unstable; urgency=low
* use -e (instead of -f) to test if volume exists
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 10:31:01 +0100
libpve-storage-perl (2.0-8) unstable; urgency=low
* fix iscsi size bug
* improve error messages
-- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 08:05:23 +0100
libpve-storage-perl (2.0-7) unstable; urgency=low
* improve error messages
* do not activate LVM volumes with 'vgchange -aly'
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 07:25:58 +0100
libpve-storage-perl (2.0-6) unstable; urgency=low
* improved container support
-- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2011 07:10:45 +0100
libpve-storage-perl (2.0-5) unstable; urgency=low
* allow container rootdir on NFS
* implement file upload API
* allow multiple content types
-- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 11:32:14 +0100
libpve-storage-perl (2.0-4) unstable; urgency=low
* return numeric values for channel/ID/LUN
-- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 08:46:58 +0200
libpve-storage-perl (2.0-3) unstable; urgency=low
* implemented node restrictions (storage can be restricted to specific
nodes - i.e. DRBD)
-- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2011 08:55:11 +0200
libpve-storage-perl (2.0-2) unstable; urgency=low
* backport fixes (multipath, cache) from stable
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Jul 2011 07:02:06 +0200
libpve-storage-perl (2.0-1) unstable; urgency=low
* change copyright to AGPL
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Aug 2010 10:15:46 +0200
libpve-storage-perl (1.0-10) unstable; urgency=low
* fix used space compute
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2010 10:48:58 +0100
libpve-storage-perl (1.0-9) unstable; urgency=low
* also query used space as suggested by Slavio
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2010 08:57:02 +0100
libpve-storage-perl (1.0-8) unstable; urgency=low
* also list vmdk files
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2010 11:52:43 +0100
libpve-storage-perl (1.0-7) unstable; urgency=low
* fix iscsi device detection on kernel 2.6.32
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2010 13:37:24 +0100
libpve-storage-perl (1.0-6) unstable; urgency=low
* fix bug in parse_volume_id (ignore case)
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2009 09:22:37 +0100
libpve-storage-perl (1.0-5) unstable; urgency=low
* fix bug in parse_volume_id
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2009 10:45:49 +0100
libpve-storage-perl (1.0-4) unstable; urgency=low
* new functions to list backup files
-- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2009 13:34:45 +0200
libpve-storage-perl (1.0-3) unstable; urgency=low
* new install/delete template functions
-- Proxmox Support Team <support@proxmox.com> Wed, 07 Oct 2009 08:29:55 +0200
libpve-storage-perl (1.0-2) unstable; urgency=low
* do not remove storage which is used as base for other storage.
-- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 08:05:32 +0200
libpve-storage-perl (1.0-1) unstable; urgency=low
* initial package
-- Proxmox Support Team <support@proxmox.com> Fri, 20 Mar 2009 11:13:19 +0100