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