]> git.proxmox.com Git - pve-ha-manager.git/history - src/PVE/HA/LRM.pm
move cfs update to common code
[pve-ha-manager.git] / src / PVE / HA / LRM.pm
2018-01-30 Thomas Lamprechtmove cfs update to common code
2018-01-30 Thomas Lamprechtmove start/end hooks to common code
2018-01-30 Thomas Lamprechtlrm: handle an error during service_status update
2017-10-13 Thomas Lamprechtclean up 'Data::Dumper' usage tree wide
2017-05-30 Thomas Lamprechtalways queue service stop if node shuts down
2016-06-16 Thomas LamprechtManager, LRM: sort service keys for deterministic tests
2016-05-06 Thomas LamprechtLRM: do not count erroneous service as active
2016-05-06 Thomas Lamprechtfix relocate/restart trial count leak on service deletion
2016-02-24 Thomas Lamprechtexec_resource_agent: process error state early
2016-02-24 Thomas Lamprechtavoid out of sync command execution in LRM
2016-02-24 Dietmar Maurerdo not pass ETRY_AGAIN back to the CRM
2016-02-11 Thomas Lamprechtimprove relocation policy code in manager and LRM
2016-02-11 Thomas Lamprechtreplace can_fork with get_max_workers
2016-02-10 Dietmar Maurerimprove verbosity of API status call
2016-02-09 Dietmar Maurerfix inf. loop error on orphaned workers
2016-01-27 Thomas Lamprechtfix check if a resource migrated correctly
2016-01-27 Thomas Lamprechtadd after_fork method to HA environment and use it...
2016-01-26 Thomas LamprechtMove exec_resource_agent from environment classes to LRM
2016-01-18 Thomas LamprechtLRM: do not release lock on shutdown errors
2016-01-18 Thomas LamprechtLRM: release lock also on restart
2016-01-15 Thomas Lamprechtrelease LRM agent lock on graceful shutdown
2016-01-13 Dietmar Maurerconvert agent restult to exit code
2015-12-21 Thomas Lamprechtcheck_active_workers: fix typo /uuid/uid/
2015-12-16 Dietmar Maurercorrectly stop all resources on shutdown
2015-12-16 Dietmar Maurerlrm: catch repeated calls to shutdown_request
2015-12-16 Dietmar Maurerrename is_poweroff to is_node_shutdown
2015-12-16 Dietmar Maurerlrm: implement different behavior for shutdown and...
2015-10-29 Thomas LamprechtUse new exitcodes instead of integers
2015-09-16 Thomas Lamprechtimplement recovery policy for services
2015-03-27 Dietmar Maurerupdate lrm status on each iteration
2015-03-27 Dietmar Maurerupdate_lrm_status: add a time stamp
2015-03-27 Dietmar Maurercleanup lrm startup code
2015-03-26 Dietmar Maurerlog errors when writing lrm status
2015-03-26 Dietmar Maurerwrite lrm mode into lrm status file
2015-03-25 Dietmar Maurerfix failover after master crash with pending fence...
2015-03-25 Dietmar MaurerLRM do not use time(), improve logging
2015-03-16 Dietmar Maurercorrectly count active services
2015-03-16 Dietmar Maurerrelease agent lock if requested by master
2015-03-13 Dietmar Maureruse systemd condition to avoid daemon startup when...
2015-03-13 Dietmar Maurerlrm: introduce disabled state
2015-03-12 Dietmar Maurerpass service configuration to exec_resource_agent
2015-03-09 Dietmar Maurerrestructure directory layout for dpkg-buildpackage