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