..
Account.pm
* Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI
2021-11-15 01:01:23 -05:00
Alert.pm
* Fixed a bug in Alert->check_condition_age() where not setting a host_uuid caused the returned age to always be 0.
2022-08-29 17:30:52 -04:00
Cluster.pm
* Updated Cluster->parse_crm_mon() to record the role of stonith resources.
2022-08-31 12:57:01 -04:00
Convert.pm
* Disabled firewalling for now. There appears to be an issue starting up with DRBD.
2022-07-09 19:46:38 -04:00
Database.pm
* Fixed a bug when connecting to databases when one DB has no variable entries, making it seem like a DB was disabled.
2022-08-25 21:43:21 -04:00
DRBD.pm
* Added --remove support to anvil-manage-dr, completing all the features for this tool.
2022-08-24 22:08:48 -04:00
Email.pm
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
2022-06-12 23:14:49 -04:00
Get.pm
* Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags.
2022-08-12 16:32:20 -04:00
Job.pm
Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well.
2021-07-16 15:07:07 -04:00
Log.pm
* Updated Cluster->parse_crm_mon() to record the role of stonith resources.
2022-08-31 12:57:01 -04:00
Network.pm
* Added 'vnc-server' to the list of firewall services enabled on strikers.
2022-08-22 13:38:46 -04:00
Remote.pm
* Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags.
2022-08-12 16:32:20 -04:00
ScanCore.pm
* Changed the default trigger of live migrations to require a health score difference of 2 or higher. This can be user-adjusted using the new 'feature::scancore::threshold::preventative-live-migration' anvil.conf option.
2022-08-25 12:43:51 -04:00
Server.pm
* Fixed a bug with anvil-provision-server where running the command line menu from a Striker would not assign the job to the target Anvil!.
2022-08-16 19:01:36 -04:00
Storage.pm
* There were still references in anvil-manage-files to 'file_locations' -> 'file_location_host_uuid'. Had to rework some logic to get things working. More testing needed, but so far at least the "missing file" function is working again.
2022-08-08 21:31:56 -04:00
Striker.pm
* Fixed a bug where resync'ing the database was missing tables.
2022-03-29 17:12:26 -04:00
System.pm
* Updated Cluster->parse_crm_mon() to record the role of stonith resources.
2022-08-31 12:57:01 -04:00
Template.pm
* This adds two new files; cgi-bin/get_anvils and cgi-bin/get_anvil_status, that will form the foundation of the new interactive web UI.
2021-02-09 22:45:40 -05:00
Validate.pm
Added the new 'anvil-network-profiler' tool.
2022-07-19 21:16:46 -04:00
Words.pm
* Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags.
2022-08-12 16:32:20 -04:00