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