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