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