]> git.proxmox.com Git - pve-cluster.git/blob - debian/changelog
bump version to 5.0-23
[pve-cluster.git] / debian / changelog
1 pve-cluster (5.0-23) unstable; urgency=medium
2
3 * API/Cluster: autoflush STDOUT for join and create
4
5 * pvecm join: also default to resolved IP with use_ssh param
6
7 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:24:49 +0200
8
9 pve-cluster (5.0-22) unstable; urgency=medium
10
11 * fix tainted input in backup_cfs_database
12
13 * refactor backup_cfs_database
14
15 * cluster join: ensure updatecerts gets called on quorate cluster
16
17 * api: add fork worker ID for create and join
18
19 * pvecm: check if APIClient exception code is defined
20
21 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Mar 2018 12:35:43 +0100
22
23 pve-cluster (5.0-21) stable; urgency=medium
24
25 * datacenter.cfg: add bwlimit
26
27 * api/cluster: move addnode/delnode from CLI to API
28
29 * api/cluster/addnode: return cluster config and authkey
30
31 * api/cluster: add join endpoint
32
33 * pvecm add: use API by default to join cluster
34
35 * cluster create: restart corosync & pmxfs in one go
36
37 * api/cluster: move cluster create from CLI to API
38
39 * api/cluster: add endpoint to GET cluster join information
40
41 * use resolved IP address for ring0_addr as default
42
43 * lock locally on cluster create and join
44
45 * pvecm: add: create task log on cluster join
46
47 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Feb 2018 09:56:14 +0100
48
49 pve-cluster (5.0-20) stable; urgency=medium
50
51 * mtunnel: don't read extra files passed via the command line as input
52
53 * handle pmxcfs restarts in ipcc clients better
54
55 * pmxcfs: remove a now-unnecessary shutdown delay
56
57 * deprecate 'applet' console setting in datacenter.cfg, it now maps to
58 'html5'
59
60 * order LRM before CRM in post-installation commands to improve single-node
61 behavior
62
63 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 15:09:45 +0100
64
65 pve-cluster (5.0-19) stable; urgency=medium
66
67 * pause older ha-manager versions during post install script to avoid fencing
68 issues
69
70 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 15:17:26 +0100
71
72 pve-cluster (5.0-18) stable; urgency=medium
73
74 * fix sysctl.d/pve.conf installation
75
76 * fix issues with updating datacenter.cfg with migration settings being used
77
78 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 08:11:44 +0100
79
80 pve-cluster (5.0-17) stable; urgency=medium
81
82 * handle Net::SSLeay errors correctly
83
84 * factor out reading a nodes ssl cert fingerprint
85
86 * setup_sshd_config: remove useless start_sshd parameter
87
88 * pvecm: add/delete: local lock & avoid problems on first node addition
89
90 * pvecm: check early if the deletion cannot work
91
92 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 16:41:50 +0100
93
94 pve-cluster (5.0-16) unstable; urgency=medium
95
96 * pvecm: cleanup modules
97
98 * buildsys: autogen debug package
99
100 * cleanup build and packaging system
101
102 * remove unused sysv init.d service file
103
104 * pve-cluster service: remove $DAEMON_OPTS and environment file
105
106 * fix #1566: do not setup ssh config in updatecerts call
107
108 * ssh helper: disable escape keys
109
110 * fix #1559: pmxcfs: add missing lock when dumping .rrd
111
112 * cfs_lock: address race where alarm triggers with lock acquired
113
114 * cfs_lock: always unlock after code was executed
115
116 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 08:20:25 +0100
117
118 pve-cluster (5.0-15) unstable; urgency=medium
119
120 * cluster: improve error handling when reading files
121
122 * cluster: cfs_update: option to die rather than warn
123
124 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:06:22 +0200
125
126 pve-cluster (5.0-14) unstable; urgency=medium
127
128 * fix #1504: abort in pmxcfs when opening a status file concurrently from
129 many processes
130
131 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 14:19:17 +0200
132
133 pve-cluster (5.0-13) unstable; urgency=medium
134
135 * fix #1472: fix rrd file path
136
137 * improve internal handling of corosync configuration
138
139 * pvecm: improve locking when adding or deleting cluster nodes
140
141 * improve message outputs on IPC errors
142
143 * update SSH cipher list
144
145 * fix a problem with the tasklist & log when there were many unusually long
146 task logs
147
148 * fix #1486: spelling mistakes in pmxcfs
149
150 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 09:37:47 +0200
151
152 pve-cluster (5.0-12) unstable; urgency=medium
153
154 * ssh_merge_known_hosts: also add entry if current sshkey does not match
155
156 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Jul 2017 12:00:27 +0200
157
158 pve-cluster (5.0-11) unstable; urgency=medium
159
160 * ssh_merge_known_hosts: address auth failure problem when using
161 uppercase hostnames
162
163 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Jul 2017 08:53:58 +0200
164
165 pve-cluster (5.0-10) unstable; urgency=medium
166
167 * pvecm delnode: prevent deleting current node
168
169 * factor out corosync methods to own module
170
171 * pmxcfs: fix segfault in cfs_create_status_msg
172
173 * add sshinfo_to_command_base
174
175 * mtunnel: add -run-command for insecure pipes
176
177 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:29:29 +0200
178
179 pve-cluster (5.0-9) unstable; urgency=medium
180
181 * Remove a wrong warning message from pmxcfs.
182
183 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Jun 2017 09:38:12 +0200
184
185 pve-cluster (5.0-8) unstable; urgency=medium
186
187 * sshinfo: add the network cidr
188
189 * Fix #1383: pmxcfs: use memdb_tree_entry_free()
190
191 * Cluster.pm: add get_ssh_info and ssh_info_to_command
192
193 * add replication.cfg to observed files
194
195 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:11:06 +0200
196
197 pve-cluster (5.0-7) unstable; urgency=medium
198
199 * remove storage_replication_network setting from datacenter.cfg
200
201 * fix #1369 - re-allow using hostnames for ringX_addr
202
203 -- Proxmox Support Team <support@proxmox.com> Mon, 15 May 2017 14:57:50 +0200
204
205 pve-cluster (5.0-6) unstable; urgency=medium
206
207 * remove postinst script
208
209 -- Proxmox Support Team <support@proxmox.com> Wed, 03 May 2017 07:42:12 +0200
210
211 pve-cluster (5.0-5) unstable; urgency=medium
212
213 * fix check refusing chmod when it should be allowed
214
215 * add storage_replication_network setting to datacenter.cfg
216
217 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:58:54 +0200
218
219 pve-cluster (5.0-4) unstable; urgency=medium
220
221 * allow chown and chmod on pmxcfs (for root:www-data / 0640)
222
223 * fix install location of IPCC.so
224
225 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 15:53:16 +0200
226
227 pve-cluster (5.0-3) unstable; urgency=medium
228
229 * rrd_dump: filter undefined values encodes as 'U'
230
231 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Mar 2017 11:59:27 +0100
232
233 pve-cluster (5.0-2) unstable; urgency=medium
234
235 * Rebuild with new corosync packages to correct dependencies
236
237 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 13:23:12 +0100
238
239 pve-cluster (5.0-1) unstable; urgency=medium
240
241 * Rebuild for PVE 5.0 / Debian Stretch
242
243 * Require Sys.Audit to read the cluster configuration
244
245 * Fix vmid cast in pmxcfs
246
247 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 13:03:20 +0100
248
249 pve-cluster (4.0-49) unstable; urgency=medium
250
251 * pvecm add: assert that ringX IPs are available on node add
252
253 * pvecm add: report all errors found at once
254
255 * pvecm addnode: ensure ring1_addr is set if ring 1 is configured
256
257 * pvecm addnode: ensure ring address isn't already used by cluster
258
259 * pvecm addnode: error out on interactive call
260
261 * pvecm create: remove rrp_mode parameter
262
263 * pvecm add: fix check if corosync alread runs
264
265 * Remove depency to libxml-parser-perl
266
267 * buildsys: various cleanups
268
269 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Feb 2017 12:02:56 +0100
270
271 pve-cluster (4.0-48) unstable; urgency=medium
272
273 * add API class for cluster configuration
274
275 * move corosync config helpers to PVE::Cluster
276
277 * Fix #1199: pmxcfs: vmlist cache update condition in rename
278
279 * pmxcfs: cleanup: remove unnecessary checks before free
280
281 * new helper initialize_cert_cache()
282
283 * moved x509 certificate cache helpers from pve-manager package
284
285 * setup_sshd_config: add start_sshd flag
286
287 * pvecm.pm: add space after perl reference operator
288
289 * error out when getting remote ip address fails
290
291 * get_local_migration_ip: change to a reasonable error message
292
293 * set PERLIB=.. instead of overwriting rules from pve-doc-generator.mk
294
295 * do not set format_description for migration type property
296
297 * removed unused script gen-datacenter-pod.pl
298
299 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 12:00:11 +0100
300
301 pve-cluster (4.0-47) unstable; urgency=medium
302
303 * add migration format to datacenter config
304
305 * add 'mtunnel' to pvecm
306
307 * add get_local_migration_ip method
308
309 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Nov 2016 08:40:21 +0100
310
311 pve-cluster (4.0-46) unstable; urgency=medium
312
313 * Fix #1093: allow also delete node by IP
314
315 * reload corosync.conf after removing a node
316
317 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Sep 2016 09:36:22 +0200
318
319 pve-cluster (4.0-45) unstable; urgency=medium
320
321 * pmxcfs: increase max filesize from 128k to 512k
322
323 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Sep 2016 06:30:13 +0200
324
325 pve-cluster (4.0-44) unstable; urgency=medium
326
327 * add mac_prefix option to datacenter.cfg
328
329 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2016 14:51:35 +0200
330
331 pve-cluster (4.0-43) unstable; urgency=medium
332
333 * ensure quorum is set false when corosync fails
334
335 * cleanup format strings for cfs_* messages
336
337 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 13:57:08 +0200
338
339 pve-cluster (4.0-42) unstable; urgency=medium
340
341 * Fix command line arguments when creating the ssl private key
342
343 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jun 2016 09:56:01 +0200
344
345 pve-cluster (4.0-41) unstable; urgency=medium
346
347 * use UUID for CA certificate subject
348
349 * cleanup calls to external programs
350
351 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jun 2016 13:06:19 +0200
352
353 pve-cluster (4.0-40) unstable; urgency=medium
354
355 * pvecm: remove RPCEnvironment use clause
356
357 * fix rule for %.1-synopsis.adoc
358
359 * docs: replace NOTE: with WARNING:
360
361 * Fix #935: fix corosync.conf check
362
363 -- Proxmox Support Team <support@proxmox.com> Wed, 25 May 2016 11:37:08 +0200
364
365 pve-cluster (4.0-39) unstable; urgency=medium
366
367 * Build-Depend on pve-doc-generator
368
369 * generate man pages with pve-doc-generator
370
371 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Apr 2016 17:43:36 +0200
372
373 pve-cluster (4.0-38) unstable; urgency=medium
374
375 * allow empty values in rrddata
376
377 -- Proxmox Support Team <support@proxmox.com> Thu, 31 Mar 2016 10:33:07 +0200
378
379 pve-cluster (4.0-37) unstable; urgency=medium
380
381 * Add warning for pvecm commands if not part of cluster
382
383 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 16:44:50 +0100
384
385 pve-cluster (4.0-36) unstable; urgency=medium
386
387 * fix #904: wrap openssl with faketime
388
389 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 08:34:47 +0100
390
391 pve-cluster (4.0-35) unstable; urgency=medium
392
393 * add 'fencing' to datacenter.cfg
394
395 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Mar 2016 17:01:09 +0100
396
397 pve-cluster (4.0-34) unstable; urgency=medium
398
399 * always start rrd grephs at 0
400
401 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 09:38:04 +0100
402
403 pve-cluster (4.0-33) unstable; urgency=medium
404
405 * add check for int overflow on vmids
406
407 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 19:08:21 +0100
408
409 pve-cluster (4.0-32) unstable; urgency=medium
410
411 * add 'max_workers' to datacenter.cfg
412
413 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 10:00:54 +0100
414
415 pve-cluster (4.0-31) unstable; urgency=medium
416
417 * Use correct key usage in node SSL certificate
418
419 * Change CA SSL key size to 4096 bit
420
421 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2016 17:16:40 +0100
422
423 pve-cluster (4.0-30) unstable; urgency=medium
424
425 * ipcc_send_rec: clear errno if we get a valid result
426
427 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Dec 2015 19:11:13 +0100
428
429 pve-cluster (4.0-29) unstable; urgency=medium
430
431 * qb_loop_timer_add: do not use small timeouts (avoid startup
432 problems at boot time)
433
434 * add/use dfsm_is_initialized to avoid unnecessary error logs at startup
435
436 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2015 13:51:42 +0100
437
438 pve-cluster (4.0-28) unstable; urgency=medium
439
440 * start pve-cluster before cron, because cron config can be
441 on /etc/pve (vzdump backup jobs)
442
443 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Dec 2015 13:26:48 +0100
444
445 pve-cluster (4.0-27) unstable; urgency=medium
446
447 * start pve-cluster before ceph, because ceph config can be on /etc/pve
448
449 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Dec 2015 13:03:31 +0100
450
451 pve-cluster (4.0-26) unstable; urgency=medium
452
453 * add Wants=rrdcached.service to pve-cluster.service
454
455 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2015 12:42:44 +0100
456
457 pve-cluster (4.0-25) unstable; urgency=medium
458
459 * add 'ha/fence.cfg' to observed files
460
461 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2015 10:49:01 +0100
462
463 pve-cluster (4.0-24) unstable; urgency=medium
464
465 * fix bug #790: Remove decode from log_msg
466
467 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 17:38:15 +0100
468
469 pve-cluster (4.0-23) unstable; urgency=medium
470
471 * corosync: implement RRP support
472
473 * sysctl : fs.aio-max-nr = 10485
474
475 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Oct 2015 17:02:14 +0200
476
477 pve-cluster (4.0-22) unstable; urgency=medium
478
479 * check_vmid_unused: fix error message
480
481 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 13:16:05 +0200
482
483 pve-cluster (4.0-21) unstable; urgency=medium
484
485 * add function to lock a domain
486
487 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Sep 2015 10:31:25 +0200
488
489 pve-cluster (4.0-20) unstable; urgency=medium
490
491 * convert pvecm into a PVE::CLI class
492
493 * install bash completion configuration file
494
495 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 13:03:06 +0200
496
497 pve-cluster (4.0-19) unstable; urgency=medium
498
499 * check_vmid_unused: improved error message
500
501 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 07:56:52 +0200
502
503 pve-cluster (4.0-18) unstable; urgency=medium
504
505 * add another bash completion helper: complete_vmid
506
507 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2015 09:19:11 +0200
508
509 pve-cluster (4.0-17) unstable; urgency=medium
510
511 * add some bash completion helpers
512
513 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:21:34 +0200
514
515 pve-cluster (4.0-16) unstable; urgency=medium
516
517 * avoid warnings if there is no /etc/pve/datacenter.cfg
518
519 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Sep 2015 10:43:30 +0200
520
521 pve-cluster (4.0-15) unstable; urgency=medium
522
523 * use simple files for LXC configuration (instead of subdirs)
524
525 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:22:05 +0200
526
527 pve-cluster (4.0-14) unstable; urgency=medium
528
529 * add new observed file status.cfg
530
531 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jun 2015 09:36:53 +0200
532
533 pve-cluster (4.0-13) unstable; urgency=medium
534
535 * pvecm: avoid warning about uninitialized value
536
537 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 07:33:37 +0200
538
539 pve-cluster (4.0-12) unstable; urgency=medium
540
541 * remove debian trigger for pve-api-updates
542
543 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:22:41 +0200
544
545 pve-cluster (4.0-11) unstable; urgency=medium
546
547 * allow sshd root login when we setup a PVE cluster
548
549 -- Proxmox Support Team <support@proxmox.com> Fri, 29 May 2015 14:45:35 +0200
550
551 pve-cluster (4.0-10) unstable; urgency=medium
552
553 * add IPv6 support
554
555 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2015 12:24:06 +0200
556
557 pve-cluster (4.0-9) unstable; urgency=medium
558
559 * trigger pve-api-updates event
560
561 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 15:13:41 +0200
562
563 pve-cluster (4.0-8) unstable; urgency=medium
564
565 * allow unpriviledged users to read lxc configuration
566
567 * new helper PVE::Cluster::check_vmid_unused
568
569 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 07:15:31 +0200
570
571 pve-cluster (4.0-7) unstable; urgency=medium
572
573 * track configuration changes inside lxc subdirectories
574
575 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Apr 2015 08:31:12 +0200
576
577 pve-cluster (4.0-6) unstable; urgency=medium
578
579 * observe more files (improve change tracking)
580
581 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Mar 2015 10:54:53 +0100
582
583 pve-cluster (4.0-5) unstable; urgency=medium
584
585 * fix tracking of corosync configuration changes
586
587 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Mar 2015 09:43:14 +0100
588
589 pve-cluster (4.0-4) unstable; urgency=medium
590
591 * fix corosync cmap reader
592
593 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Mar 2015 15:08:48 +0100
594
595 pve-cluster (4.0-3) unstable; urgency=medium
596
597 * use systemctl to start/stop services
598
599 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Mar 2015 11:35:00 +0100
600
601 pve-cluster (4.0-2) unstable; urgency=medium
602
603 * fix perl api dependency (perlapi-5.20.0)
604
605 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2015 06:44:45 +0100
606
607 pve-cluster (4.0-1) unstable; urgency=medium
608
609 * updated for Debian Jessie
610
611 * use corosync votequorum instead of cman
612
613 * add systemd support
614
615 * depend on glib >= 2.42
616
617 * depend on corosync => 2.3.4
618
619 * depend on libqb 0.17.1-1
620
621 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Feb 2015 16:11:23 +0100
622
623 pve-cluster (3.0-17) unstable; urgency=low
624
625 * add ability to update cfs locks
626
627 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Feb 2015 11:56:06 +0100
628
629 pve-cluster (3.0-16) unstable; urgency=low
630
631 * recompile, and include new package with debug information
632
633 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 17:11:00 +0100
634
635 pve-cluster (3.0-15) unstable; urgency=low
636
637 * datacenter.cfg: add new email_from option
638
639 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Sep 2014 17:31:34 +0200
640
641 pve-cluster (3.0-14) unstable; urgency=low
642
643 * datacenter.cfg: add new value for console setting (html5)
644
645 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 06:22:58 +0200
646
647 pve-cluster (3.0-13) unstable; urgency=low
648
649 * fix bug 204: use DERIVE instead of COUNTER
650
651 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Apr 2014 07:19:50 +0200
652
653 pve-cluster (3.0-12) unstable; urgency=low
654
655 * fix bug #489: debend on libfuse 2.9.2-4 from jessy
656
657 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jan 2014 11:49:27 +0100
658
659 pve-cluster (3.0-11) unstable; urgency=low
660
661 * stop service 'pve-cluster' after stopping 'ceph'
662
663 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2014 07:46:35 +0100
664
665 pve-cluster (3.0-10) unstable; urgency=low
666
667 * start service 'pve-cluster' before starting 'ceph'
668
669 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Dec 2013 06:35:29 +0100
670
671 pve-cluster (3.0-9) unstable; urgency=low
672
673 * datacenter.cfg: add new console setting (applet/vv)
674
675 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 06:18:56 +0100
676
677 pve-cluster (3.0-8) unstable; urgency=low
678
679 * use warnings instead of global -w flag
680
681 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 13:24:54 +0200
682
683 pve-cluster (3.0-7) unstable; urgency=low
684
685 * suppress another warning about uninitialized value at boot time
686
687 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Aug 2013 10:39:18 +0200
688
689 pve-cluster (3.0-6) unstable; urgency=low
690
691 * avoid warning when adding a new node (can't create shared ssh key database...)
692
693 * avoid warning if /etc/pve/priv/ already exists
694
695 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Aug 2013 08:58:17 +0200
696
697 pve-cluster (3.0-5) unstable; urgency=low
698
699 * add migration_unsecure param to datacenter.cfg
700
701 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2013 11:06:30 +0200
702
703 pve-cluster (3.0-4) unstable; urgency=low
704
705 * depend on fuse (seems most utilities moved from fuse-utils to fuse)
706
707 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2013 11:42:15 +0200
708
709 pve-cluster (3.0-3) unstable; urgency=low
710
711 * remove depencency on fuse-utils (this package is no longer required)
712
713 * fix warning about uninitialize value
714
715 -- Proxmox Support Team <support@proxmox.com> Thu, 16 May 2013 12:47:03 +0200
716
717 pve-cluster (3.0-2) unstable; urgency=low
718
719 * remove all references to apache2 (no longer required)
720
721 * fix bug 383: resteart pveproxy instead of apache2
722
723 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 10:50:06 +0200
724
725 pve-cluster (3.0-1) unstable; urgency=low
726
727 * bump version for wheezy
728
729 * use libqb0 from wheezy
730
731 * use new perl version 5.14.2 from wheezy
732
733 * try to load fuse modules on startup
734
735 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 06:58:00 +0100
736
737 pve-cluster (1.0-37) unstable; urgency=low
738
739 * ssh-copy-id: never use keys provided by the ssh-agent
740
741 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2013 09:24:47 +0100
742
743 pve-cluster (1.0-36) unstable; urgency=low
744
745 * add another field (status) to new pve2.3-vm rrd format
746
747 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jan 2013 09:27:19 +0100
748
749 pve-cluster (1.0-35) unstable; urgency=low
750
751 * add new pve2.3-vm rrd stream (include template value)
752
753 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Jan 2013 09:55:35 +0100
754
755 pve-cluster (1.0-34) unstable; urgency=low
756
757 * implement sendfd to support qemu fdset functionality.
758
759 * fix ssh_merge_keys
760
761 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Dec 2012 12:02:09 +0100
762
763 pve-cluster (1.0-33) unstable; urgency=low
764
765 * import existing /root/.ssh/authorized_keys
766
767 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2012 10:26:05 +0100
768
769 pve-cluster (1.0-32) unstable; urgency=low
770
771 * do not pass undef tp RRDs::graphv (use '' instead)
772
773 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Nov 2012 07:41:42 +0100
774
775 pve-cluster (1.0-31) unstable; urgency=low
776
777 * also initialize /root/.ssh with 'pvecm updatecerts'. That way we
778 create a default /root/.ssh/config when updating this package.
779
780 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:22:38 +0100
781
782 pve-cluster (1.0-30) unstable; urgency=low
783
784 * create /root/.ssh/config and set default Chiphers
785
786 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 13:47:17 +0100
787
788 pve-cluster (1.0-29) unstable; urgency=low
789
790 * fix caching problems in create_rrd_graph (do not save any data to files)
791
792 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 07:12:10 +0100
793
794 pve-cluster (1.0-28) unstable; urgency=low
795
796 * preserve authorized_key key order
797
798 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Aug 2012 07:35:32 +0200
799
800 pve-cluster (1.0-27) unstable; urgency=low
801
802 * fix bug #199: allow node names to start with numbers
803
804 -- Proxmox Support Team <support@proxmox.com> Tue, 22 May 2012 11:53:02 +0200
805
806 pve-cluster (1.0-26) unstable; urgency=low
807
808 * new rrd format for node data (skip 2 entries).
809
810 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 09:46:47 +0200
811
812 pve-cluster (1.0-25) unstable; urgency=low
813
814 * use Digest::SHA instead of Digest::SHA1
815
816 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 11:24:21 +0100
817
818 pve-cluster (1.0-24) unstable; urgency=low
819
820 * avoid dcdb warnings when creating a new cluster
821
822 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 07:51:27 +0100
823
824 pve-cluster (1.0-23) unstable; urgency=low
825
826 * fix for pvecm add: avoid ambiguous options
827
828 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 11:07:23 +0100
829
830 pve-cluster (1.0-22) unstable; urgency=low
831
832 * depend on insserv (we need dependency based boot)
833
834 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 10:51:20 +0100
835
836 pve-cluster (1.0-21) unstable; urgency=low
837
838 * use new qb_log_filter_fn_set
839
840 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 06:59:52 +0100
841
842 pve-cluster (1.0-20) unstable; urgency=low
843
844 * new helper: create_pmxcfs_db
845
846 * show error messages in init.d script (remove -q daemon option)
847
848 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jan 2012 10:59:41 +0100
849
850 pve-cluster (1.0-19) unstable; urgency=low
851
852 * use new helper PVE::Tools::kvmkeymaplist()
853
854 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 11:39:19 +0100
855
856 pve-cluster (1.0-18) unstable; urgency=low
857
858 * fix database load bug.
859
860 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 08:23:47 +0100
861
862 pve-cluster (1.0-17) unstable; urgency=low
863
864 * depend on libxml-parser-perl
865
866 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2011 13:50:13 +0100
867
868 pve-cluster (1.0-16) unstable; urgency=low
869
870 * fix online status calculation
871
872 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2011 09:21:44 +0100
873
874 pve-cluster (1.0-15) unstable; urgency=low
875
876 * add interface to read/write cluster.conf
877
878 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Dec 2011 07:16:48 +0100
879
880 pve-cluster (1.0-14) unstable; urgency=low
881
882 * fix file name: use cluster.conf instead of cluster.cfg
883
884 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Dec 2011 06:56:06 +0100
885
886 pve-cluster (1.0-13) unstable; urgency=low
887
888 * do not restart rsyslogd
889
890 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2011 08:11:46 +0100
891
892 pve-cluster (1.0-12) unstable; urgency=low
893
894 * use full-size-mode for RRD graph
895
896 * depend on libdigest-hmac-perl
897
898 * start before cron
899
900 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 13:28:58 +0100
901
902 pve-cluster (1.0-11) unstable; urgency=low
903
904 * restart pvedaemon after cluster 'add'
905
906 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Nov 2011 09:14:30 +0100
907
908 pve-cluster (1.0-10) unstable; urgency=low
909
910 * add vzdump backup schedule to observed file list
911
912 * generate vzdump setup file /etc/pve/vzdump.cron
913
914 * Also create a symlink /etc/cron.d/vzdump to that file.
915
916 * protect IPCC against fork
917
918 * bug fixes
919
920 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 10:11:50 +0100
921
922 pve-cluster (1.0-9) unstable; urgency=low
923
924 * restart filesystem after update asap
925
926 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Oct 2011 07:28:02 +0200
927
928 pve-cluster (1.0-8) unstable; urgency=low
929
930 * set exec permission on openvz action scripts
931
932 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Oct 2011 07:58:05 +0200
933
934 pve-cluster (1.0-7) unstable; urgency=low
935
936 * fixes for rrdcached
937
938 * fix cfs_plug_link_getattr
939
940 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Aug 2011 08:15:16 +0200
941
942 pve-cluster (1.0-6) unstable; urgency=low
943
944 * removed pvecert binray (use pvecm instead)
945
946 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Aug 2011 07:55:41 +0200
947
948 pve-cluster (1.0-5) unstable; urgency=low
949
950 * fix known_hosts handling (use /etc/ssh/ssh_known_hosts)
951
952 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2011 14:32:20 +0200
953
954 pve-cluster (1.0-4) unstable; urgency=low
955
956 * also handle ssh known_hosts file
957
958 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2011 08:21:12 +0200
959
960 pve-cluster (1.0-3) unstable; urgency=low
961
962 * new virtual file to enabe/disable debugging
963
964 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Aug 2011 08:54:06 +0200
965
966 pve-cluster (1.0-2) unstable; urgency=low
967
968 * fix 'pvecm create'
969
970 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 12:31:44 +0200
971
972 pve-cluster (1.0-1) unstable; urgency=low
973
974 * Initial release
975
976 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Feb 2010 13:51:39 +0100
977