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