]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/changelog
bump version to 4.0.4
[pve-ha-manager.git] / debian / changelog
1 pve-ha-manager (4.0.3) bookworm; urgency=medium
2
3 * manager: send notifications via new notification module
4
5 * fix #4984: manager: add service to migration-target usage only if online
6
7 * crs: avoid auto-vivification when adding node to service usage
8
9 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2023 14:49:03 +0100
10
11 pve-ha-manager (4.0.2) bookworm; urgency=medium
12
13 * cluster resource manager: clear stale maintenance node, which can be
14 caused by simultaneous cluster shutdown
15
16 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Jun 2023 08:35:52 +0200
17
18 pve-ha-manager (4.0.1) bookworm; urgency=medium
19
20 * test, simulator: make it possible to add already running service
21
22 * lrm: do not migrate via rebalance-on-start if service already running upon
23 rebalance on start
24
25 * api: fix/add return description for status endpoint
26
27 * resources: pve: avoid relying on internal configuration details, use new
28 helpers in pve-container and qemu-server
29
30 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 10:41:06 +0200
31
32 pve-ha-manager (4.0.0) bookworm; urgency=medium
33
34 * re-build for Proxmox VE 8 / Debian 12 Bookworm
35
36 -- Proxmox Support Team <support@proxmox.com> Wed, 24 May 2023 19:26:51 +0200
37
38 pve-ha-manager (3.6.1) bullseye; urgency=medium
39
40 * cli: assert that node exist when changing CRS request state to avoid
41 creating a phantom node by mistake
42
43 * manager: ensure node-request state gets transferred to new active CRM, so
44 that the request for (manual) maintenance mode is upheld, even if the node
45 that is in maintenace mode is also the current active CRM and gets
46 rebooted.
47
48 * lrm: ignore shutdown policy if (manual) maintenance mode is requested to
49 avoid exiting from maintenance mode to early.
50
51 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Apr 2023 14:16:14 +0200
52
53 pve-ha-manager (3.6.0) bullseye; urgency=medium
54
55 * fix #4371: add CRM command to switch an online node manually into
56 maintenance (without reboot), moving away all active services, but
57 automatically migrate them back once the maintenance mode is disabled
58 again.
59
60 * manager: service start: make EWRONG_NODE a non-fatal error, but try to
61 find its the actual node the service is residing on
62
63 * manager: add new intermediate 'request_started' state for stop->start
64 transitions
65
66 * request start: optionally enable automatic selection of the best rated
67 node by the CRS on service start up, bypassing the very high priority of
68 the current node on which a service is located.
69
70 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 13:38:26 +0100
71
72 pve-ha-manager (3.5.1) bullseye; urgency=medium
73
74 * manager: update crs scheduling mode once per round to avoid the need for a
75 restart of the currently active manager.
76
77 * api: status: add CRS info to manager if not set to default
78
79 -- Proxmox Support Team <support@proxmox.com> Sat, 19 Nov 2022 15:51:11 +0100
80
81 pve-ha-manager (3.5.0) bullseye; urgency=medium
82
83 * env: datacenter config: include crs (cluster-resource-scheduling) setting
84
85 * manager: use static resource scheduler when configured
86
87 * manager: avoid scoring nodes if maintenance fallback node is valid
88
89 * manager: avoid scoring nodes when not trying next and current node is
90 valid
91
92 * usage: static: use service count on nodes as a fallback
93
94 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 15:02:55 +0100
95
96 pve-ha-manager (3.4.0) bullseye; urgency=medium
97
98 * switch to native version formatting
99
100 * fix accounting of online services when moving services due to their source
101 node going gracefully nonoperational (maintenance mode). This ensures a
102 better balance of services on the cluster after such an operation.
103
104 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jul 2022 09:21:20 +0200
105
106 pve-ha-manager (3.3-4) bullseye; urgency=medium
107
108 * lrm: fix getting stuck on restart due to finished worker state not
109 being collected
110
111 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Apr 2022 14:01:55 +0200
112
113 pve-ha-manager (3.3-3) bullseye; urgency=medium
114
115 * lrm: avoid possible job starvation on huge workloads
116
117 * lrm: increase run_worker loop-time for doing actually work to 80%
118 duty-cycle
119
120 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Jan 2022 18:05:33 +0100
121
122 pve-ha-manager (3.3-2) bullseye; urgency=medium
123
124 * fix #3826: fix restarting LRM/CRM when triggered by package management
125 system due to other updates
126
127 * lrm: also check CRM node-status for determining if there's a fence-request
128 and avoid starting up in that case to ensure that the current manager can
129 get our lock and do a clean fence -> unknown -> online FSM transition.
130 This avoids a problematic edge case where an admin manually removed all
131 services of a to-be-fenced node, and re-added them again before the
132 manager could actually get that nodes LRM lock.
133
134 * manage: handle edge case where a node gets seemingly stuck in 'fence'
135 state if all its services got manually removed by an admin before the
136 fence transition could be finished. While the LRM could come up again in
137 previous versions (it won't now, see above point) and start/stop services
138 got executed, the node was seen as unavailable for all recovery,
139 relocation and migrate actions.
140
141 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Jan 2022 14:30:15 +0100
142
143 pve-ha-manager (3.3-1) bullseye; urgency=medium
144
145 * LRM: release lock and close watchdog if no service configured for >10min
146
147 * manager: make recovery actual state in finite state machine, showing a
148 clear transition from fence -> reocvery.
149
150 * fix #3415: never switch in error state on recovery, try to find a new node
151 harder. This improves using the HA manager for services with local
152 resources (e.g., local storage) to ensure it always gets started, which is
153 an OK use-case as long as the service is restricted to a group with only
154 that node. Previously failure of that node would have a high possibility
155 of the service going into the errors state, as no new node can be found.
156 Now it will retry finding a new node, and if one of the restricted set,
157 e.g., the node it was previous on, comes back up, it will start again
158 there.
159
160 * recovery: allow disabling a in-recovery service manually
161
162 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jul 2021 20:03:29 +0200
163
164 pve-ha-manager (3.2-2) bullseye; urgency=medium
165
166 * fix systemd service restart behavior on package upgrade with Debian
167 Bullseye
168
169 -- Proxmox Support Team <support@proxmox.com> Mon, 24 May 2021 11:38:42 +0200
170
171 pve-ha-manager (3.2-1) bullseye; urgency=medium
172
173 * Re-build for Debian Bullseye / PVE 7
174
175 -- Proxmox Support Team <support@proxmox.com> Wed, 12 May 2021 20:55:53 +0200
176
177 pve-ha-manager (3.1-1) pve; urgency=medium
178
179 * allow 'with-local-disks' migration for replicated guests
180
181 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Aug 2020 10:52:23 +0200
182
183 pve-ha-manager (3.0-9) pve; urgency=medium
184
185 * factor out service configured/delete helpers
186
187 * typo and grammar fixes
188
189 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Mar 2020 13:17:36 +0100
190
191 pve-ha-manager (3.0-8) pve; urgency=medium
192
193 * bump LRM stop wait time to an hour
194
195 * do not mark maintenaned nodes as unkown
196
197 * api/status: extra handling of maintenance mode
198
199 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Dec 2019 10:33:03 +0100
200
201 pve-ha-manager (3.0-6) pve; urgency=medium
202
203 * add 'migrate' node shutdown policy
204
205 * do simple fallback if node comes back online from maintenance
206
207 * account service to both, source and target during migration
208
209 * add 'After' ordering for SSH and pveproxy to LRM service, ensuring the node
210 stays accessible until HA services got moved or shutdown, depending on
211 policy.
212
213 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 18:03:26 +0100
214
215 pve-ha-manager (3.0-5) pve; urgency=medium
216
217 * fix #1339: remove more locks from services IF the node got fenced
218
219 * adapt to qemu-server code refactoring
220
221 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:12:49 +0100
222
223 pve-ha-manager (3.0-4) pve; urgency=medium
224
225 * use PVE::DataCenterConfig from new split-out cluster library package
226
227 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:16:29 +0100
228
229 pve-ha-manager (3.0-3) pve; urgency=medium
230
231 * fix #1919, #1920: improve handling zombie (without node) services
232
233 * fix # 2241: VM resource: allow migration with local device, when not running
234
235 * HA status: render removal transition of service as 'deleting'
236
237 * fix #1140: add crm command 'stop', which allows to request immediate
238 service hard-stops if a timeout of zero (0) is passed
239
240 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Nov 2019 17:04:35 +0100
241
242 pve-ha-manager (3.0-2) pve; urgency=medium
243
244 * services: update PIDFile to point directly to /run
245
246 * fix #2234: fix typo in service description
247
248 * Add missing Dependencies to pve-ha-simulator
249
250 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:26:03 +0200
251
252 pve-ha-manager (3.0-1) pve; urgency=medium
253
254 * handle the case where a node gets fully purged
255
256 * Re-build for Debian Buster / PVE 6
257
258 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 19:11:59 +0200
259
260 pve-ha-manager (2.0-9) unstable; urgency=medium
261
262 * get_ha_settings: cope with (temporarily) unavailable pmxcfs
263
264 * lrm: exit on restart and agent lock lost for > 90s
265
266 * service data: only set failed_nodes key if needed
267
268 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 16:27:32 +0200
269
270 pve-ha-manager (2.0-8) unstable; urgency=medium
271
272 * address an issue in dpkg 1.18 with wrong trigger cycle detections if cyclic
273 dependencies are involed
274
275 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Mar 2019 07:49:58 +0100
276
277 pve-ha-manager (2.0-7) unstable; urgency=medium
278
279 * fix #1842: do not pass forceStop to CT shutdown
280
281 * fix #1602: allow one to delete ignored services over API
282
283 * fix #1891: Add zsh command completion for ha-manager CLI tools
284
285 * fix #1794: VM resource: catch qmp command exceptions
286
287 * show sent emails in regression tests
288
289 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2019 10:37:25 +0100
290
291 pve-ha-manager (2.0-6) unstable; urgency=medium
292
293 * fix #1378: allow one to specify a service shutdown policy
294
295 * remove some unused external dependencies from the standalone simulator
296 package
297
298 * document api result for ha resources
299
300 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Jan 2019 12:59:27 +0100
301
302 pve-ha-manager (2.0-5) unstable; urgency=medium
303
304 * skip CRM and LRM work if last cfs update failed
305
306 * regression test system: allow to simulate cluster fs failures
307
308 * postinst: drop transitional cleanup for systemd watchdog mux socket
309
310 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Feb 2018 11:00:12 +0100
311
312 pve-ha-manager (2.0-4) unstable; urgency=medium
313
314 * address timing issues happening when pve-cluster.service is being restarted
315
316 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Nov 2017 11:46:50 +0100
317
318 pve-ha-manager (2.0-3) unstable; urgency=medium
319
320 * add ignore state for resources
321
322 * lrm/crm service: restart on API changes
323
324 * lrm.service: do not timeout on stop
325
326 * fix #1347: let postfix fill in FQDN in fence mails
327
328 * fix #1073: do not count backup-suspended VMs as running
329
330 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Oct 2017 11:10:51 +0200
331
332 pve-ha-manager (2.0-2) unstable; urgency=medium
333
334 * explicitly sync journal when disabling watchdog updates
335
336 * always queue service stop if node shuts down
337
338 * Fix shutdown order of HA and storage services
339
340 * Resource/API: abort early if resource in error state
341
342 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jun 2017 07:49:59 +0200
343
344 pve-ha-manager (2.0-1) unstable; urgency=medium
345
346 * rebuild for PVE 5.0 / Debian Stretch
347
348 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:31:53 +0100
349
350 pve-ha-manager (1.0-40) unstable; urgency=medium
351
352 * ha-simulator: allow adding service on runtime
353
354 * ha-simulator: allow deleting service via GUI
355
356 * ha-simulator: allow new service request states over gui
357
358 * ha-simulator: use JSON instead of Dumper for manager status view
359
360 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jan 2017 10:03:07 +0100
361
362 pve-ha-manager (1.0-39) unstable; urgency=medium
363
364 * add setup_environment hook to CLIHandler class
365
366 * ha-simulator: fix typo s/Mode/Node/
367
368 * is_node_shutdown: check for correct systemd targets
369
370 * Simulator: fix scrolling to end of cluster log view
371
372 * Simulator: do not use cursor position to insert log
373
374 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 13:15:08 +0100
375
376 pve-ha-manager (1.0-38) unstable; urgency=medium
377
378 * update manual page
379
380 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 11:46:21 +0100
381
382 pve-ha-manager (1.0-37) unstable; urgency=medium
383
384 * HA::Status: provide better/faster feedback
385
386 * Manager.pm: store flag to indicate successful start
387
388 * ha status: include common service attributes
389
390 * Groups.pm: add verbose_description for 'restricted'
391
392 * Resources.pm: use verbose_description for state
393
394 * pve-ha-group-node-list: add verbose_description
395
396 * ha-manager: remove 'enabled' and 'disabled' commands
397
398 * rename request state 'enabled' to 'started'
399
400 * get_pve_lock: correctly send a lock update request
401
402 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Nov 2016 17:04:57 +0100
403
404 pve-ha-manager (1.0-36) unstable; urgency=medium
405
406 * Resources: implement 'stopped' state
407
408 * ha-manager: remove obsolet pod content
409
410 * Fix #1189: correct spelling in fence mail
411
412 * API/Status: avoid using HA Environment
413
414 * factor out resource config check and default set code
415
416 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Nov 2016 16:42:07 +0100
417
418 pve-ha-manager (1.0-35) unstable; urgency=medium
419
420 * change service state to error if no recovery node is available
421
422 * cleanup backup & mounted locks after recovery (fixes #1100)
423
424 * add possibility to simulate locks from services
425
426 * don't run regression test when building the simulator package
427
428 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Sep 2016 13:23:00 +0200
429
430 pve-ha-manager (1.0-34) unstable; urgency=medium
431
432 * fix race condition on slow resource commands in started state
433
434 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Sep 2016 13:07:05 +0200
435
436 pve-ha-manager (1.0-33) unstable; urgency=medium
437
438 * relocate policy: try to avoid already failed nodes
439
440 * allow empty json status files
441
442 * more regression tests
443
444 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jul 2016 12:16:48 +0200
445
446 pve-ha-manager (1.0-32) unstable; urgency=medium
447
448 * use correct verify function for ha-group-node-list
449
450 * send email on fence failure and success
451
452 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Jun 2016 17:01:12 +0200
453
454 pve-ha-manager (1.0-31) unstable; urgency=medium
455
456 * selcet_service_node: include all online nodes in default group
457
458 * LRM: do not count erroneous service as active
459
460 * fix relocate/restart trial count leak on service deletion
461
462 -- Proxmox Support Team <support@proxmox.com> Fri, 06 May 2016 08:26:10 +0200
463
464 pve-ha-manager (1.0-30) unstable; urgency=medium
465
466 * Env: allow debug logging
467
468 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Apr 2016 16:50:34 +0200
469
470 pve-ha-manager (1.0-29) unstable; urgency=medium
471
472 * Resources: deny setting nonexistent group
473
474 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2016 18:22:28 +0200
475
476 pve-ha-manager (1.0-28) unstable; urgency=medium
477
478 * Config: add get_service_status method
479
480 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 08:41:22 +0200
481
482 pve-ha-manager (1.0-27) unstable; urgency=medium
483
484 * use pve-doc-generator to generate man pages
485
486 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Apr 2016 08:25:07 +0200
487
488 pve-ha-manager (1.0-26) unstable; urgency=medium
489
490 * status: show added but not yet active services
491
492 * status: mark CRM as idle if no service is configured
493
494 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Mar 2016 12:49:18 +0100
495
496 pve-ha-manager (1.0-25) unstable; urgency=medium
497
498 * Use config_file from PVE::QemuConfig
499
500 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:50:49 +0100
501
502 pve-ha-manager (1.0-24) unstable; urgency=medium
503
504 * simulator: install all virtual resources
505
506 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Mar 2016 10:30:40 +0100
507
508 pve-ha-manager (1.0-23) unstable; urgency=medium
509
510 * fix infinite started <=> migrate cycle
511
512 * exec_resource_agent: process error state early
513
514 * avoid out of sync command execution in LRM
515
516 * do not pass ETRY_AGAIN back to the CRM
517
518 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Feb 2016 12:15:21 +0100
519
520 pve-ha-manager (1.0-22) unstable; urgency=medium
521
522 * fix 'change_service_location' misuse and recovery from fencing
523
524 * add VirtFail resource and use it in new regression tests
525
526 * improve relocation policy code in manager and LRM
527
528 * improve verbosity of API status call
529
530 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2016 10:57:44 +0100
531
532 pve-ha-manager (1.0-21) unstable; urgency=medium
533
534 * Fix postinstall script not removing watchdog-mux.socket
535
536 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2016 18:23:47 +0100
537
538 pve-ha-manager (1.0-20) unstable; urgency=medium
539
540 * LRM: do not release lock on shutdown errors
541
542 * Split up resources and move them to own sub folder
543
544 * Add virtual resources for tests and simulation
545
546 * add after_fork method to HA environment and use it in LRM
547
548 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 17:05:23 +0100
549
550 pve-ha-manager (1.0-19) unstable; urgency=medium
551
552 * remove 'running' from migrate/relocate log message
553
554 * LRM: release agent lock on graceful shutdown
555
556 * LRM: release agent lock also on restart
557
558 * CRM: release lock on shutdown request
559
560 * TestHardware: correct shutdown/reboot behaviour of CRM and LRM
561
562 * resource agents: fix relocate
563
564 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2016 12:41:08 +0100
565
566 pve-ha-manager (1.0-18) unstable; urgency=medium
567
568 * pve-ha-lrm.service: depend on lxc.service
569
570 * output watchdog module name if it gets loaded
571
572 * remove watchdog-mux.socket
573
574 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jan 2016 12:27:49 +0100
575
576 pve-ha-manager (1.0-17) unstable; urgency=medium
577
578 * Resources.pm: use PVE::API2::LXC
579
580 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jan 2016 12:25:38 +0100
581
582 pve-ha-manager (1.0-16) unstable; urgency=medium
583
584 * check_active_workers: fix typo /uuid/uid/
585
586 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Dec 2015 10:21:30 +0100
587
588 pve-ha-manager (1.0-15) unstable; urgency=medium
589
590 * stop all resources on node shutdown (instead of freeze)
591
592 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Dec 2015 10:33:30 +0100
593
594 pve-ha-manager (1.0-14) unstable; urgency=medium
595
596 * allow to configure watchdog module in /etc/default/pve-ha-manager
597
598 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Dec 2015 11:09:47 +0100
599
600 pve-ha-manager (1.0-13) unstable; urgency=medium
601
602 * HA API: Fix permissions
603
604 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 11:16:50 +0100
605
606 pve-ha-manager (1.0-12) unstable; urgency=medium
607
608 * Adding constants to gain more readability
609
610 * exec_resource_agent: return valid exit code instead of die's
611
612 * code cleanups
613
614 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2015 10:21:49 +0100
615
616 pve-ha-manager (1.0-11) unstable; urgency=medium
617
618 * add workaround for bug #775
619
620 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Oct 2015 08:58:41 +0200
621
622 pve-ha-manager (1.0-10) unstable; urgency=medium
623
624 * better resource status check on addition and update
625
626 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 18:26:24 +0200
627
628 pve-ha-manager (1.0-9) unstable; urgency=medium
629
630 * delete node from CRM status when deleted from cluster
631
632 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 07:35:30 +0200
633
634 pve-ha-manager (1.0-8) unstable; urgency=medium
635
636 * Use new lock domain sub instead of storage lock
637
638 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Sep 2015 10:36:09 +0200
639
640 pve-ha-manager (1.0-7) unstable; urgency=medium
641
642 * enhance ha-managers group commands
643
644 * vm_is_ha_managed: allow check on service state
645
646 * improve Makefile
647
648 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:17:41 +0200
649
650 pve-ha-manager (1.0-6) unstable; urgency=medium
651
652 * implement bash completion for ha-manager
653
654 * implement recovery policy for services
655
656 * simulator: fix random output of manager status
657
658 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 12:06:12 +0200
659
660 pve-ha-manager (1.0-5) unstable; urgency=medium
661
662 * Replacing hardcoded qemu commands with plugin calls
663
664 * improve error state behaviour
665
666 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 08:45:36 +0200
667
668 pve-ha-manager (1.0-4) unstable; urgency=medium
669
670 * groups: encode nodes as hash (internally)
671
672 * add trigger for pve-api-updates
673
674 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 09:59:03 +0200
675
676 pve-ha-manager (1.0-3) unstable; urgency=medium
677
678 * CRM: do not start if there is no resource.cfg file to avoid warnings
679
680 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2015 14:35:09 +0200
681
682 pve-ha-manager (1.0-2) unstable; urgency=medium
683
684 * use Wants instead of Requires inside systemd service definitions
685
686 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2015 09:33:24 +0200
687
688 pve-ha-manager (1.0-1) unstable; urgency=medium
689
690 * enable/start crm and lrm services by default
691
692 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2015 10:03:53 +0200
693
694 pve-ha-manager (0.9-3) unstable; urgency=medium
695
696 * regression test improvements
697
698 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Apr 2015 06:53:23 +0200
699
700 pve-ha-manager (0.9-2) unstable; urgency=medium
701
702 * issue warning if ha group does not exist
703
704 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Apr 2015 09:52:07 +0200
705
706 pve-ha-manager (0.9-1) unstable; urgency=medium
707
708 * rename vm resource prefix: pvevm: => vm:
709
710 * add API to query ha status
711
712 * allow to use simply VMIDs as resource id
713
714 * finalize ha api
715
716 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Apr 2015 06:18:05 +0200
717
718 pve-ha-manager (0.8-2) unstable; urgency=medium
719
720 * lrm: reduce TimeoutStopSec to 95
721
722 * lrm: set systemd killmode to 'process'
723
724 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Apr 2015 08:48:24 +0200
725
726 pve-ha-manager (0.8-1) unstable; urgency=medium
727
728 * currecrtly send cfs lock update request
729
730 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Apr 2015 08:18:00 +0200
731
732 pve-ha-manager (0.7-1) unstable; urgency=medium
733
734 * create /etc/pve/ha automatically
735
736 * use correct package for lock_ha_config
737
738 * fix ha-manager status when ha is unconfigured
739
740 * do not unlink watchdog socket when started via systemd
741
742 * depend on systemd
743
744 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Apr 2015 11:05:08 +0200
745
746 pve-ha-manager (0.6-1) unstable; urgency=medium
747
748 * move configuration handling into PVE::HA::Config
749
750 * ha-manager status: add --verbose flag
751
752 * depend on qemu-server
753
754 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Mar 2015 12:28:50 +0100
755
756 pve-ha-manager (0.5-1) unstable; urgency=medium
757
758 * implement service migration
759
760 * fix service dependencies (allow restart, reboot)
761
762 * freeze services during reboot/restart
763
764 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Mar 2015 13:22:58 +0100
765
766 pve-ha-manager (0.4-1) unstable; urgency=medium
767
768 * increase fence_delay to 60 seconds
769
770 * fix regression test environment
771
772 * fix failover after master crash with pending fence action
773
774 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Mar 2015 13:59:28 +0100
775
776 pve-ha-manager (0.3-1) unstable; urgency=medium
777
778 * really activate softdog
779
780 * correctly count active services
781
782 * implement fence_delay to avoid immediate fencing
783
784 * pve-ha-simulator: reset watchdog with poweroff
785
786 * pve-ha-simulator: use option nofailback for default groups
787
788 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Mar 2015 13:03:23 +0100
789
790 pve-ha-manager (0.2-1) unstable; urgency=medium
791
792 * add ha-manager command line tool
793
794 * start implementing resources and groups API
795
796 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Mar 2015 09:26:12 +0100
797
798 pve-ha-manager (0.1-1) unstable; urgency=low
799
800 * first package
801
802 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Feb 2015 11:30:21 +0100
803