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