]> git.proxmox.com Git - pve-ha-manager.git/history - src/PVE/HA/LRM.pm
bump version to 4.0.4
[pve-ha-manager.git] / src / PVE / HA / LRM.pm
2023-06-06 Fiona Ebnerlrm: do not migrate if service already running upon...
2023-04-20 Thomas Lamprechtlrm: keep manual maintenance mode independent of shutdo...
2023-04-20 Thomas Lamprechtlrm: add maintenance to comment about available modes
2023-03-20 Thomas Lamprechtadd CRM command to switch an online node manually into...
2023-03-20 Thomas Lamprechtlrm: always give up lock if node went successfully...
2023-03-20 Thomas Lamprechtlrm: factor out check fo maintenance-request
2023-03-20 Thomas Lamprechtrequest start: allow to auto-rebalance on a new start...
2023-03-20 Thomas Lamprechtmanager: add new intermediate state for stop->start...
2022-11-18 Fiona Ebnerenv: datacenter config: include crs (cluster-resource...
2022-11-18 Fiona Ebnerenv: rename get_ha_settings to get_datacenter_settings
2022-04-27 Fabian Grünbichlerlrm: fix getting stuck on restart
2022-01-20 Thomas Lamprechtlrm: increase run_worker loop-time parition
2022-01-20 Thomas Lamprechtlrm: avoid job starvation on huge workloads
2022-01-20 Thomas Lamprechtlrm: code/style cleanups
2022-01-20 Thomas Lamprechtlrm: run worker: avoid an indendation level
2022-01-20 Thomas Lamprechtlrm: log actual error if fork fails
2022-01-19 Thomas Lamprechtlrm: also check CRM node-status for determining fence...
2022-01-19 Thomas Lamprechtlrm: factor out fence-request check into own helper
2022-01-17 Thomas Lamprechtlrm: fix comment typos
2021-10-07 Thomas Lamprechtlrm: fix log call on wrong module
2021-07-02 Thomas Lamprechtrecompute_online_node_usage: show state on internal...
2021-07-02 Thomas Lamprechtfix #3415: never switch in error state on recovery...
2021-07-02 Thomas Lamprechttests: add one for service set to be & stay ignored...
2021-07-02 Thomas LamprechtLRM: release lock and close watchdog if no service...
2021-07-02 Thomas LamprechtLRM: factor out closing watchdog local helper
2019-11-25 Thomas Lamprechtadd 'migrate' node shutdown policy
2019-10-11 Fabian EbnerAdd timeout parameter for shutdown
2019-10-05 Thomas LamprechtLRM shutdown: factor out shutdown type to reuse message
2019-10-05 Thomas LamprechtLRM shutdown request: propagate if we could not write...
2019-09-30 Fabian EbnerMake parameters for LRM resource commands more flexible
2019-03-30 Thomas Lamprechtpartially revert previous unclean commit
2019-03-30 Thomas Lamprechtmake clean: also clean source tar ball
2019-03-15 Thomas Lamprechtlrm: exit on restart and agent lock lost for > 90s
2019-03-14 Thomas Lamprechttreewide trailing whitespace cleanup
2019-01-07 Thomas Lamprechtfollowup code cleanup
2019-01-07 Thomas Lamprechtlrm: explicitly log shutdown_policy on node shutdown
2019-01-07 Thomas Lamprechtfix #1378: allow to specify a service shutdown policy
2018-10-17 Fabian GrünbichlerTools: remove dependency on PVE::Cluster
2018-01-30 Thomas Lamprechtdo not do active work if cfs update failed
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