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