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