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