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