]> git.proxmox.com Git - pve-ha-manager.git/history - src/PVE/HA/Env/PVE2.pm
bump version to 4.0.4
[pve-ha-manager.git] / src / PVE / HA / Env / PVE2.pm
2023-11-17 Lukas Wagnerenv: switch to matcher-based notification system
2023-08-03 Lukas Wagnermanager: send notifications via new notification module
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-11-18 Fiona Ebnerusage: add Usage::Static plugin
2022-11-18 Fiona Ebnerenv: add get_static_node_stats() method
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-10-11 Fabian EbnerAdd update_service_config to the HA environment interfa...
2019-03-15 Thomas LamprechtPVE2 Env: get_ha_settings: don't die if pmxcfs failed
2019-01-07 Wolfgang Bumillerfixup parse_sid call
2019-01-07 Thomas LamprechtEnv: add get_ha_settings method
2018-10-17 Fabian GrünbichlerTools: remove dependency on PVE::Cluster
2018-01-30 Thomas Lamprechtmove cfs update to common code
2017-09-25 Philip Abernethyfix #1347: let postfix fill in FQDN in fence mails
2017-05-30 Thomas Lamprechtalways queue service stop if node shuts down
2017-01-05 Thomas Lamprechtis_node_shutdown: check for correct systemd targets
2016-11-16 Dietmar Maurerget_pve_lock: fix retry_timeout
2016-11-16 Dietmar Maurerget_pve_lock: only call cfs lock update request withing...
2016-11-16 Dietmar Maurerget_pve_lock: avoid unnecessary test if $last_lock_time...
2016-11-16 Dietmar Maurerget_pve_lock: always send a lock update request
2016-10-28 Thomas Lamprechtfactor out resource config check and default set code
2016-06-16 Thomas LamprechtEnv: add sendmail
2016-03-17 Thomas LamprechtEnv, HW: add HW fencing related functions
2016-02-15 Thomas Lamprechtfix 'change_service_location' misuse and recovery from...
2016-02-11 Thomas Lamprechtreplace can_fork with get_max_workers
2016-02-09 Thomas Lamprechtreplace service_config_exists with has_services
2016-01-27 Thomas Lamprechtmove upid_wait from PVE2 env to HA::Tools
2016-01-27 Thomas Lamprechtadd after_fork method to HA environment and use it...
2016-01-26 Dietmar Maurerremove ugly import hack
2016-01-26 Thomas LamprechtMove exec_resource_agent from environment classes to LRM
2016-01-26 Thomas LamprechtEnv: add method to get hardware object
2016-01-26 Thomas Lamprechtadd 'haenv' parameter to plugin method 'check_running'
2016-01-15 Thomas Lamprechtrelease LRM agent lock on graceful shutdown
2016-01-15 Thomas LamprechtCRM: release lock on shutdown request
2016-01-15 Thomas Lamprechtresource agents: fix relocate
2016-01-15 Thomas Lamprechtresource agents: generate parameters inside resource...
2016-01-08 Dietmar Maurerimprove log messages if service stop fails.
2015-12-16 Dietmar Maurerrename is_poweroff to is_node_shutdown
2015-12-15 Thomas LamprechtHA Env: add 'is_poweroff' function
2015-10-29 Thomas Lamprechtexec_resource_agent: return valid exit code instead...
2015-10-29 Thomas LamprechtUse new exitcodes instead of integers
2015-09-16 Thomas Lamprechtfixing typos, also whitespace cleanup in PVE2 env class
2015-09-16 Thomas Lamprechtadjust log level on failed start and error to warning
2015-09-16 Thomas Lamprechtimplement recovery policy for services
2015-09-03 Thomas LamprechtAdding error state behaviour
2015-09-03 Thomas LamprechtReplacing hardcoded qemu commands with plugin calls
2015-06-10 Dietmar Maurercrm: simply wait if there is no resource config
2015-04-03 Dietmar Maurerapi: allow to use simply VMIDs as resource id
2015-04-03 Dietmar Maurerrename vm resource prefix: pvevm: => vm:
2015-04-02 Dietmar Maurercurrecrtly send cfs lock update request
2015-03-27 Dietmar Maurermove configuration handling into PVE::HA::Config
2015-03-27 Dietmar Maureruse cfs_read_file and cfs_write_file
2015-03-26 Dietmar Maurerremove dead code
2015-03-26 Dietmar Maurerimplement migrate
2015-03-26 Dietmar Maurerimplement change_service_location
2015-03-25 Dietmar Maureradd a hack to support regression tests (can_fork())
2015-03-17 Dietmar Maurerremove test_ha_agent_lock
2015-03-13 Dietmar Maurerimplement service_config_exists() - test if ha is enabled
2015-03-13 Dietmar Maureradd enable/disable to cli tool
2015-03-13 Dietmar Maurerimprove API for resources
2015-03-12 Dietmar Maurerpve lrm: implement start/stop
2015-03-12 Dietmar Maurerpass service configuration to exec_resource_agent
2015-03-11 Dietmar Maureradd service state
2015-03-11 Dietmar Maureruse boolean compare, only show get_lock messages once
2015-03-11 Dietmar Maureruse new PVE::HA:Config
2015-03-10 Dietmar Maurerimplement get_node_info
2015-03-10 Dietmar Maureruse new watchdog-mux.sock socket
2015-03-09 Dietmar Maurerrestructure directory layout for dpkg-buildpackage