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