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