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